Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. byteString :: forall (st :: ZeroBitType) e . ByteString -> ParserT st e ()

    flatparse FlatParse.Basic

    Parse a given ByteString. If the bytestring is statically known, consider using bytes instead.

  2. byteString :: forall (st :: ZeroBitType) r e . ByteString -> ParserT st r e ()

    flatparse FlatParse.Stateful

    Parse a given ByteString. If the bytestring is statically known, consider using bytes instead.

  3. bytestring :: HasRqData m => m a -> m a

    happstack-server Happstack.Server.RqData

    limit the scope to Inputs which produce a ByteString (aka, not a file)

  4. byteString :: Int -> Read ByteString

    ptr Ptr.Read

    No documentation available.

  5. byteString :: ByteString -> Builder

    bytestring-tree-builder ByteString.TreeBuilder

    Lifts a bytestring into the builder.

  6. byteString :: Serializer s => ByteString -> s

    data-serializer Data.Serializer

    Serialize a ByteString. Must be a monoid homomorphism.

  7. byteString :: ByteString -> Parser s ()

    djot Djot.Parse

    Parse a bytestring.

  8. byteString :: ByteString -> Builder

    fast-builder Data.ByteString.FastBuilder

    Turn a ByteString to a Builder.

  9. byteString :: ByteString -> Builder

    fast-builder Data.ByteString.FastBuilder.Internal

    Turn a ByteString to a Builder.

  10. bytestring :: LuaError e => DocumentedFunction e

    hslua-module-zip HsLua.Module.Zip

    Returns the raw binary string representation of the archive.

Page 14 of many | Previous | Next