Hoogle Search
Within LTS Haskell 24.2 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
valueUnbase16 :: String -> ByteStringtasty-kat Test.Tasty.KAT.FileLoader No documentation available.
valueUnbase64 :: String -> ByteStringtasty-kat Test.Tasty.KAT.FileLoader No documentation available.
packHex :: String -> ByteStringdistribution-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"
strToUtf8 :: String -> ByteStringdjot Djot.Parse No documentation available.
toUtf8 :: String -> ByteStringcabal-gild CabalGild.Unstable.Extra.String Converts the given String into a UTF-8 encoded ByteString.
hexStringToBS :: String -> ByteStringcrypto-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'.stringToBs :: String -> ByteStringservant-static-th Servant.Static.TH.Internal.Mime No documentation available.
uEncode :: String -> ByteStringspacecookie Network.Gopher.Util Encode a String to a UTF-8 ByteString
-
base Text.Printf Raises an error with a printf-specific prefix on the message string.
-
base GHC.Enum No documentation available.