Hoogle Search

Within LTS Haskell 24.43 (ghc-9.10.3)

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

  1. parseLazyByteString :: Element a -> ByteString -> Either Text a

    xml-parser XmlParser

    Parse XML lazy bytestring.

  2. fromByteString :: ByteString -> Builder

    HCodecs Codec.ByteString.Builder

    O(1). A Builder taking a ByteString, satisfying

  3. fromLazyByteString :: ByteString -> Builder

    HCodecs Codec.ByteString.Builder

    O(1). A Builder taking a lazy ByteString, satisfying

  4. toLazyByteString :: Builder -> ByteString

    HCodecs Codec.ByteString.Builder

    O(n). Extract a lazy ByteString from a Builder. The construction work takes place if and when the relevant part of the lazy ByteString is demanded.

  5. getByteString :: Int -> Parser ByteString

    HCodecs Codec.ByteString.Parser

    An efficient get method for strict ByteStrings. Fails if fewer than n bytes are left in the input.

  6. getLazyByteString :: Int64 -> Parser ByteString

    HCodecs Codec.ByteString.Parser

    An efficient get method for lazy ByteStrings. Does not fail if fewer than n bytes are left in the input.

  7. getLazyByteStringNul :: Parser ByteString

    HCodecs Codec.ByteString.Parser

    Get a lazy ByteString that is terminated with a NUL byte. Fails if it reaches the end of input without hitting a NUL.

  8. getRemainingLazyByteString :: Parser ByteString

    HCodecs Codec.ByteString.Parser

    Get the remaining bytes as a lazy ByteString

  9. parseByteString :: Value a -> ByteString -> Either Text a

    aeson-value-parser AesonValueParser

    No documentation available.

  10. shortByteString :: ShortByteString -> Poke s

    bytezap Bytezap.Poke.Derived

    Poke a ShortByteString.

Page 111 of many | Previous | Next