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.
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.
-
streamly-core Streamly.Internal.Data.Fold No documentation available.
class
PeekRep (f :: Type -> Type)streamly-core Streamly.Internal.Data.MutByteArray No documentation available.
-
streamly-core Streamly.Internal.Data.MutByteArray Chains peek functions that pass the current position to the next function
Peeker :: Builder BoundedPtr IO a -> Peeker astreamly-core Streamly.Internal.Data.MutByteArray No documentation available.
-
streamly-core Streamly.Internal.Data.MutByteArray No documentation available.
-
streamly-core Streamly.Internal.Data.MutByteArray No documentation available.
class
PokeRep (f :: Type -> Type)streamly-core Streamly.Internal.Data.MutByteArray No documentation available.
module Streamly.Internal.Data.
Parser No documentation available.
-
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