Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Streamly.Internal.Data.Binary.Parser

    Decode Haskell data types from byte streams. It would be inefficient to use this to compose parsers for general algebraic data types. For general deserialization of ADTs please use the Serialize type class instances. The fastest way to deserialize byte streams representing Haskell data types is to write them to arrays and deserialize the array using the Serialize type class.

  2. Partial :: s -> Step s b

    streamly-core Streamly.Internal.Data.Fold

    No documentation available.

  3. class PeekRep (f :: Type -> Type)

    streamly-core Streamly.Internal.Data.MutByteArray

    No documentation available.

  4. newtype Peeker a

    streamly-core Streamly.Internal.Data.MutByteArray

    Chains peek functions that pass the current position to the next function

  5. Peeker :: Builder BoundedPtr IO a -> Peeker a

    streamly-core Streamly.Internal.Data.MutByteArray

    No documentation available.

  6. Pinned :: PinnedState

    streamly-core Streamly.Internal.Data.MutByteArray

    No documentation available.

  7. data PinnedState

    streamly-core Streamly.Internal.Data.MutByteArray

    No documentation available.

  8. class PokeRep (f :: Type -> Type)

    streamly-core Streamly.Internal.Data.MutByteArray

    No documentation available.

  9. module Streamly.Internal.Data.Parser

    No documentation available.

  10. newtype ParseError

    streamly-core Streamly.Internal.Data.Parser

    This exception is used when a parser ultimately fails, the user of the parser is intimated via this exception. Pre-release

Page 1055 of many | Previous | Next