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. getByteString64 :: ByteString64 -> ByteString

    base64-bytestring-type Data.ByteString.Base64.URL.Lazy.Type

    Unwrap ByteString from ByteString64. Essentially coerce.

  2. getEncodedByteString64 :: ByteString64 -> ByteString

    base64-bytestring-type Data.ByteString.Base64.URL.Lazy.Type

    Get base64 encode bytestring

    >>> getEncodedByteString64 "foobar"
    "Zm9vYmFy"
    
    >>> getEncodedByteString64 "aa\191"
    "YWG_"
    

  3. makeByteString64 :: ByteString -> ByteString64

    base64-bytestring-type Data.ByteString.Base64.URL.Lazy.Type

    Wrap ByteString into ByteString64. Essentially coerce.

  4. getByteString64 :: ByteString64 -> ByteString

    base64-bytestring-type Data.ByteString.Base64.URL.Type

    Unwrap ByteString from ByteString64. Essentially coerce.

  5. getEncodedByteString64 :: ByteString64 -> ByteString

    base64-bytestring-type Data.ByteString.Base64.URL.Type

    Get base64 encode bytestring

    >>> getEncodedByteString64 "foobar"
    "Zm9vYmFy"
    
    >>> getEncodedByteString64 "aa\191"
    "YWG_"
    

  6. makeByteString64 :: ByteString -> ByteString64

    base64-bytestring-type Data.ByteString.Base64.URL.Type

    Wrap ByteString into ByteString64. Essentially coerce.

  7. EmitByteString :: forall f . ByteString -> f -> PgSyntaxF f

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

  8. encodedFromByteString :: ByteString -> Either String EncodedBinList

    binary-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.

  9. encodedToByteString :: EncodedBinList -> ByteString

    binary-list Data.BinaryList.Serialize

    Translate an encoded binary list to a bytestring.

  10. 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.

Page 87 of many | Previous | Next