ghc-7.4.1: The GHC API
Ctype
is_ident, is_alphanum, is_digit, is_upper, is_lower, is_space, is_any, is_symbol :: Char -> BoolSource
is_decdigit :: Char -> BoolSource
is_hexdigit :: Char -> BoolSource
is_octdigit :: Char -> BoolSource
hexDigit :: Char -> IntSource
octDecDigit :: Char -> IntSource