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. CheckHexDigestByteString :: ByteString -> CheckHexDigest

    http-download Network.HTTP.Download.Verified

    No documentation available.

  2. type LByteString = ByteString

    ihaskell IHaskellPrelude

    No documentation available.

  3. type LByteString = ByteString

    incipit-base Incipit.String.Conversion

    Type synonym for ByteString.

  4. data ShortByteString

    incipit-base Incipit.String.Reexport

    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.

  5. data InternedByteString

    intern Data.Interned.ByteString

    No documentation available.

  6. data InternedByteString

    intern Data.Interned.Internal.ByteString

    No documentation available.

  7. InternedByteString :: Id -> ByteString -> InternedByteString

    intern Data.Interned.Internal.ByteString

    No documentation available.

  8. internedByteStringId :: InternedByteString -> {-# UNPACK #-} !Id

    intern Data.Interned.Internal.ByteString

    No documentation available.

  9. uninternByteString :: InternedByteString -> {-# UNPACK #-} !ByteString

    intern Data.Interned.Internal.ByteString

    No documentation available.

  10. fromByteString :: ByteString -> Json

    jsonifier Jsonifier

    Any JSON literal manually rendered as ByteString. This is a low-level function allowing to avoid unnecessary processing in cases where you already have a rendered JSON at hand. Warning: It is your responsibility to ensure that the content is correct JSON.

Page 78 of many | Previous | Next