Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
toWidgetMedia :: (ToWidgetMedia site a, MonadWidget m, HandlerSite m ~ site) => Text -> a -> m ()yesod-core Yesod.Core.Widget Add the given content to the page, but only for the given media type. Since 1.2
-
old-time System.Time No documentation available.
-
Type definitions for Universally Unique Identifiers This library contains type definitions for Universally Unique Identifiers (UUID) (as specified in RFC 4122) and basic conversion functions. See also the 'uuid' package providing a high-level API for managing the different UUID versions.
-
uuid-types Data.UUID.Types Type representing Universally Unique Identifiers (UUID) as specified in RFC 4122.
imageWidth :: Image a -> {-# UNPACK #-} !IntJuicyPixels Codec.Picture Width of the image in pixels
-
JuicyPixels Codec.Picture.Gif Screen width
componentWidth :: JpgUnpackerParameter -> {-# UNPACK #-} !IntJuicyPixels Codec.Picture.Jpg.Internal.Common No documentation available.
module Codec.Picture.Jpg.Internal.
FastIdct Module providing a fast implementation of IDCT inverse two dimensional DCT, Chen-Wang algorithm (cf. IEEE ASSP-32, pp. 803-816, Aug. 1984) 32-bit integer arithmetic (8 bit coefficients) 11 mults, 29 adds per DCT sE, 18.8.91 coefficients extended to 12 bit for IEEE1180-1990 compliance sE, 2.1.94 this code assumes >> to be a two's-complement arithmetic right shift: (-2)>>1 == -1 , (-3)>>1 == -2
fastIdct :: MutableMacroBlock s Int16 -> ST s (MutableMacroBlock s Int16)JuicyPixels Codec.Picture.Jpg.Internal.FastIdct Algorithm to call to perform an IDCT, return the same block that the one given as input.
componentWidth :: JpgUnpackerParameter -> {-# UNPACK #-} !IntJuicyPixels Codec.Picture.Jpg.Internal.Progressive No documentation available.