Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
JuicyPixels Codec.Picture.Types No documentation available.
-
JuicyPixels Codec.Picture.Types Define plane for the magenta component of the CMYK color space.
-
JuicyPixels Codec.Picture.Types No documentation available.
-
JuicyPixels Codec.Picture.Types Define the plane for the red color component
-
JuicyPixels Codec.Picture.Types No documentation available.
-
JuicyPixels Codec.Picture.Types Define plane for the yellow component of the CMYK color space.
-
JuicyPixels Codec.Picture.Types No documentation available.
-
Efficiently and correctly parse a JSON string. The string must be encoded as UTF-8. It can be useful to think of parsing as occurring in two phases:
- Identification of the textual boundaries of a JSON value. This is always strict, so that an invalid JSON document can be rejected as soon as possible.
- Conversion of a JSON value to a Haskell value. This may be either immediate (strict) or deferred (lazy); see below for details.
-
Various cryptographic padding commonly used for block ciphers or asymmetric systems.
-
cryptonite Crypto.Data.Padding PKCS5: PKCS7 with hardcoded size of 8