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.
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.
byteStringToExp :: ByteString -> Q Expservant-static-th Servant.Static.TH.Internal.Mime No documentation available.
byteStringHexEncoding :: ByteString -> TextBuildertext-builder-dev TextBuilderDev Hexadecimal readable representation of binary data.
>>> byteStringHexEncoding "Hello" "4865 6c6c 6f"
byteStringDecode :: ByteStringPrimitives a => ByteString -> Either String atext-encode Text.Encode.PostgresqlSimple No documentation available.
byteStringEncode :: ByteStringPrimitives a => a -> ByteStringtext-encode Text.Encode.PostgresqlSimple No documentation available.
byteStringArray :: Key -> TomlCodec ByteStringtomland Toml.Codec.Combinator.Primitive Codec for positive integer array values as ByteString.
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.
type
StrictByteString = ByteStringbytestring Data.ByteString Type synonym for the strict flavour of ByteString.
lazyByteString :: LazyByteString -> Builderbytestring 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.
lazyByteStringHex :: LazyByteString -> Builderbytestring Data.ByteString.Builder Encode each byte of a LazyByteString using its fixed-width hex encoding.