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. primMapLazyByteStringFixed :: FixedPrim Word8 -> LazyByteString -> Builder

    bytestring Data.ByteString.Builder.Prim

    Heavy inlining. Encode all bytes of a LazyByteString from left-to-right with a FixedPrim.

  2. type StrictByteString = ByteString

    bytestring Data.ByteString.Internal

    Type synonym for the strict flavour of ByteString.

  3. mallocByteString :: Int -> IO (ForeignPtr a)

    bytestring Data.ByteString.Internal

    Wrapper of mallocForeignPtrBytes with faster implementation for GHC

  4. mkDeferredByteString :: ForeignPtr Word8 -> Int -> IO ByteString

    bytestring Data.ByteString.Internal

    Variant of fromForeignPtr0 that calls deferForeignPtrAvailability

  5. type LazyByteString = ByteString

    bytestring Data.ByteString.Lazy

    Type synonym for the lazy flavour of ByteString.

  6. type LazyByteString = ByteString

    bytestring Data.ByteString.Lazy.Internal

    Type synonym for the lazy flavour of ByteString.

  7. newtype ShortByteString

    bytestring Data.ByteString.Short

    A compact representation of a Word8 vector. It has a lower memory overhead than a ByteString and does not contribute to heap fragmentation. It can be converted to or from a ByteString (at the cost of copying the string data). It supports very few other operations.

  8. ShortByteString :: ByteArray -> ShortByteString

    bytestring Data.ByteString.Short

    No documentation available.

  9. unShortByteString :: ShortByteString -> ByteArray

    bytestring Data.ByteString.Short

    No documentation available.

  10. newtype ShortByteString

    bytestring Data.ByteString.Short.Internal

    A compact representation of a Word8 vector. It has a lower memory overhead than a ByteString and does not contribute to heap fragmentation. It can be converted to or from a ByteString (at the cost of copying the string data). It supports very few other operations.

Page 29 of many | Previous | Next