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.
getByteString64 :: ByteString64 -> ByteStringbase64-bytestring-type Data.ByteString.Base64.URL.Lazy.Type Unwrap ByteString from ByteString64. Essentially coerce.
getEncodedByteString64 :: ByteString64 -> ByteStringbase64-bytestring-type Data.ByteString.Base64.URL.Lazy.Type Get base64 encode bytestring
>>> getEncodedByteString64 "foobar" "Zm9vYmFy"
>>> getEncodedByteString64 "aa\191" "YWG_"
makeByteString64 :: ByteString -> ByteString64base64-bytestring-type Data.ByteString.Base64.URL.Lazy.Type Wrap ByteString into ByteString64. Essentially coerce.
getByteString64 :: ByteString64 -> ByteStringbase64-bytestring-type Data.ByteString.Base64.URL.Type Unwrap ByteString from ByteString64. Essentially coerce.
getEncodedByteString64 :: ByteString64 -> ByteStringbase64-bytestring-type Data.ByteString.Base64.URL.Type Get base64 encode bytestring
>>> getEncodedByteString64 "foobar" "Zm9vYmFy"
>>> getEncodedByteString64 "aa\191" "YWG_"
makeByteString64 :: ByteString -> ByteString64base64-bytestring-type Data.ByteString.Base64.URL.Type Wrap ByteString into ByteString64. Essentially coerce.
EmitByteString :: forall f . ByteString -> f -> PgSyntaxF fbeam-postgres Database.Beam.Postgres.Syntax No documentation available.
encodedFromByteString :: ByteString -> Either String EncodedBinListbinary-list Data.BinaryList.Serialize Translate a bytestring to an encoded binary list, in case this is possible. Otherwise, it returns a string with a human-readable error.
encodedToByteString :: EncodedBinList -> ByteStringbinary-list Data.BinaryList.Serialize Translate an encoded binary list to a bytestring.
fromByteString :: ByteString -> [Comment Position]cabal-gild CabalGild.Unstable.Action.ExtractComments Extracts comments from the given byte string. This is a wrapper around fromLine, where lines are split using lines.