base-4.22.0.0: Core data structures and operations
Safe HaskellSafe
LanguageHaskell2010

GHC.Char

Synopsis

Utilities

chr :: Int -> Char Source #

The toEnum method restricted to the type Char.

Monomorphic equality operators

See GHC.Classes#matching_overloaded_methods_in_rules

eqChar :: Char -> Char -> Bool Source #

neChar :: Char -> Char -> Bool Source #