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. byteStringMakerFromHandle :: Handle -> IO (Chunk -> [ByteString] -> [ByteString])

    rainbow Rainbow.Translate

    Like byteStringMakerFromEnvironment but also consults a provided Handle. If the Handle is not a terminal, toByteStringsColors0 is returned. Otherwise, the value of byteStringMakerFromEnvironment is returned.

  2. byteStringToExp :: ByteString -> Q Exp

    servant-static-th Servant.Static.TH.Internal.Mime

    No documentation available.

  3. byteStringHexEncoding :: ByteString -> TextBuilder

    text-builder-dev TextBuilderDev

    Hexadecimal readable representation of binary data.

    >>> byteStringHexEncoding "Hello"
    "4865 6c6c 6f"
    

  4. byteStringDecode :: ByteStringPrimitives a => ByteString -> Either String a

    text-encode Text.Encode.PostgresqlSimple

    No documentation available.

  5. byteStringEncode :: ByteStringPrimitives a => a -> ByteString

    text-encode Text.Encode.PostgresqlSimple

    No documentation available.

  6. byteStringArray :: Key -> TomlCodec ByteString

    tomland Toml.Codec.Combinator.Primitive

    Codec for positive integer array values as ByteString.

  7. package bytestring-aeson-orphans

    Aeson instances for ByteString, using base 64 encoding Encode ByteStrings as valid JSON using Aeson. The instances provided by this package use base64 encoding to ensure that the ByteString does not contain invalid (for JSON) characters.

  8. type StrictByteString = ByteString

    bytestring Data.ByteString

    Type synonym for the strict flavour of ByteString.

  9. lazyByteString :: LazyByteString -> Builder

    bytestring Data.ByteString.Builder

    Create a Builder denoting the same sequence of bytes as a lazy LazyByteString. The Builder inserts large chunks of the LazyByteString directly, but copies small ones to ensure that the generated chunks are large on average.

  10. lazyByteStringHex :: LazyByteString -> Builder

    bytestring Data.ByteString.Builder

    Encode each byte of a LazyByteString using its fixed-width hex encoding.

Page 26 of many | Previous | Next