WashNGo-2.12.0.1: WASH is a family of EDSLs for programming Web applications in Haskell.

Safe HaskellSafe-Infered

WASH.Utility.Hex

Documentation

hexdigit :: Int -> CharSource

alternative_indices :: [(Int, Char)]Source

hexdigits'_indices :: [(Int, Char)]Source

hexdigits :: Array Int CharSource

fromHexdigits :: Array Char IntSource

isHexdigitArray :: Array Char BoolSource

isHexdigit :: Char -> BoolSource

showHex2 :: Int -> StringSource

showsHex :: Int -> Int -> ShowSSource

hexDigitVal :: Char -> IntSource

allDigits :: [Char]Source