Standard Libraries

The Char module contains two additional functions.
  digitToInt :: Char -> Int
  intToDigit :: Int -> Char
The convert a (hexadecimal) character to/from digit value.
Last modified: Sat Jul 20 17:27:09 MET DST 1996