Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. module System.Posix.Temp.ByteString

    POSIX temporary file and directory creation functions.

  2. module System.Posix.Terminal.ByteString

    POSIX Terminal support

  3. module System.Posix.User.ByteString

    POSIX user/group support

  4. module Test.QuickCheck.Instances.ByteString

    No documentation available.

  5. data ByteString

    gogol-core Gogol.Prelude

    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.

  6. data ByteString

    utf8-string Data.ByteString.Lazy.UTF8

    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.

  7. data ByteString

    utf8-string Data.ByteString.UTF8

    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.

  8. module Blaze.ByteString.Builder.ByteString

    Writes and Builders for strict and lazy bytestrings. We assume the following qualified imports in order to differentiate between strict and lazy bytestrings in the code examples.

    import qualified Data.ByteString      as S
    import qualified Data.ByteString.Lazy as L
    

  9. module Data.ByteString

    No documentation available.

  10. ByteString :: ByteString -> ChoiceString

    blaze-markup Text.Blaze.Internal

    An encoded bytestring

Page 3 of many | Previous | Next