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. data ByteString

    haskell-gi-base Data.GI.Base.ShortPrelude

    A space-efficient representation of a Word8 vector, supporting many efficient operations. A ByteString contains 8-bit bytes, or by using the operations from Data.ByteString.Char8 it can be interpreted as containing 8-bit characters.

  2. module Text.Regex.TDFA.ByteString

    This modules provides RegexMaker and RegexLike instances for using ByteString with the DFA backend (Text.Regex.Lib.WrapDFAEngine and Text.Regex.Lazy.DFAEngineFPS). This module is usually used via import Text.Regex.TDFA. This exports instances of the high level API and the medium level API of compile,execute, and regexec.

  3. module Control.Foldl.ByteString

    Folds for byte streams

  4. data ByteString

    foldl Control.Foldl.ByteString

    A space-efficient representation of a Word8 vector, supporting many efficient operations. A ByteString contains 8-bit bytes, or by using the operations from Data.ByteString.Char8 it can be interpreted as containing 8-bit characters.

  5. module System.IO.Streams.Attoparsec.ByteString

    This module provides support for parsing values from ByteString InputStreams using attoparsec. Since: 1.4.0.0.

  6. module System.IO.Streams.ByteString

    Stream operations on ByteString.

  7. module RIO.ByteString

    Strict ByteString. Import as:

    import qualified RIO.ByteString as B
    
    This module does not export any partial functions. For those, see RIO.ByteString.Partial

  8. data ByteString

    rio RIO.ByteString

    A space-efficient representation of a Word8 vector, supporting many efficient operations. A ByteString contains 8-bit bytes, or by using the operations from Data.ByteString.Char8 it can be interpreted as containing 8-bit characters.

  9. data ByteString

    rio RIO.ByteString.Lazy

    A space-efficient representation of a Word8 vector, supporting many efficient operations. A LazyByteString contains 8-bit bytes, or by using the operations from Data.ByteString.Lazy.Char8 it can be interpreted as containing 8-bit characters.

  10. data ByteString

    rio RIO.Prelude.Types

    A space-efficient representation of a Word8 vector, supporting many efficient operations. A ByteString contains 8-bit bytes, or by using the operations from Data.ByteString.Char8 it can be interpreted as containing 8-bit characters.

Page 4 of many | Previous | Next