Hoogle Search

Within LTS Haskell 24.1 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. valueUnbase16 :: String -> ByteString

    tasty-kat Test.Tasty.KAT.FileLoader

    No documentation available.

  2. valueUnbase64 :: String -> ByteString

    tasty-kat Test.Tasty.KAT.FileLoader

    No documentation available.

  3. packHex :: String -> ByteString

    distribution-nixpkgs Distribution.Nixpkgs.Hashes

    Parse a hexadecimal hash representation into its binary form suitable for encoding with printSHA256.

    >>> packHex "48656c6c6f2c20776f726c642e"
    "Hello, world."
    
    Leading zeros can be omitted, i.e. it's unnecessary to pad the input to an even number of bytes:
    >>> packHex "0"
    "\NUL"
    

  4. strToUtf8 :: String -> ByteString

    djot Djot.Parse

    No documentation available.

  5. toUtf8 :: String -> ByteString

    cabal-gild CabalGild.Unstable.Extra.String

    Converts the given String into a UTF-8 encoded ByteString.

  6. hexStringToBS :: String -> ByteString

    crypto-api-tests Test.Crypto

    Convert hex strings to bytestrings, for example:

    "3adf91c0" ==> B.pack [0x3a, 0xdf, 0x91, 0xc0]
    
    Strings of odd length will cause an exception as will non-hex characters such as '0x'.

  7. stringToBs :: String -> ByteString

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

    No documentation available.

  8. uEncode :: String -> ByteString

    spacecookie Network.Gopher.Util

    Encode a String to a UTF-8 ByteString

  9. perror :: String -> a

    base Text.Printf

    Raises an error with a printf-specific prefix on the message string.

  10. succError :: String -> a

    base GHC.Enum

    No documentation available.

Page 3 of many | Previous | Next