Safe Haskell | Safe |
---|
Eta.Types.Char
Description
The Char
type and its operations
Documentation
isAlphaNum :: Char -> Bool #
isOctDigit :: Char -> Bool #
isHexDigit :: Char -> Bool #
isPunctuation :: Char -> Bool #
isSeparator :: Char -> Bool #
isAsciiUpper :: Char -> Bool #
isAsciiLower :: Char -> Bool #
digitToInt :: Char -> Int #
intToDigit :: Int -> Char #