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.

  1. PlaneLuma :: PlaneLuma

    JuicyPixels Codec.Picture.Types

    No documentation available.

  2. data PlaneMagenta

    JuicyPixels Codec.Picture.Types

    Define plane for the magenta component of the CMYK color space.

  3. PlaneMagenta :: PlaneMagenta

    JuicyPixels Codec.Picture.Types

    No documentation available.

  4. data PlaneRed

    JuicyPixels Codec.Picture.Types

    Define the plane for the red color component

  5. PlaneRed :: PlaneRed

    JuicyPixels Codec.Picture.Types

    No documentation available.

  6. data PlaneYellow

    JuicyPixels Codec.Picture.Types

    Define plane for the yellow component of the CMYK color space.

  7. PlaneYellow :: PlaneYellow

    JuicyPixels Codec.Picture.Types

    No documentation available.

  8. module Data.Aeson.Parser

    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.
    The question of whether to choose a lazy or strict parser is subtle, but it can have significant performance implications, resulting in changes in CPU use and memory footprint of 30% to 50%, or occasionally more. Measure the performance of your application with each!

  9. module Crypto.Data.Padding

    Various cryptographic padding commonly used for block ciphers or asymmetric systems.

  10. PKCS5 :: Format

    cryptonite Crypto.Data.Padding

    PKCS5: PKCS7 with hardcoded size of 8

Page 224 of many | Previous | Next