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.

  1. ParseError :: ByteString -> ByteOffset -> String -> ParseError

    binary-conduit Data.Conduit.Serialization.Binary

    No documentation available.

  2. module Data.Binary.Instances.Primitive

    No documentation available.

  3. module Data.Bytes.Parser

    Parse non-resumable sequence of bytes. To parse a byte sequence as text, use the Ascii, Latin, and Utf8 modules instead. Functions for parsing decimal-encoded numbers are found in those modules.

  4. data Parser a b (c :: TYPE r)

    bytesmith Data.Bytes.Parser

    A non-resumable parser.

  5. class Pure (ra :: RuntimeRep)

    bytesmith Data.Bytes.Parser.Rebindable

    No documentation available.

  6. newtype Parser a b (c :: TYPE r)

    bytesmith Data.Bytes.Parser.Unsafe

    A non-resumable parser.

  7. Parser :: forall (r :: RuntimeRep) a b (c :: TYPE r) . ((# ByteArray#, Int#, Int# #) -> ST# b (Result# a c)) -> Parser a b c

    bytesmith Data.Bytes.Parser.Unsafe

    No documentation available.

  8. type PtrCString = Ptr CString

    c-struct Foreign.C.Struct.TypeSynonyms

    No documentation available.

  9. type PtrFloat = Ptr Float

    c-struct Foreign.C.Struct.TypeSynonyms

    No documentation available.

  10. type PtrVoid = Ptr ()

    c-struct Foreign.C.Struct.TypeSynonyms

    No documentation available.

Page 608 of many | Previous | Next