hw-prim-0.6.0.0: Primitive functions and data types
HaskellWorks.Data.Char.IsChar
class IsChar c where Source #
Minimal complete definition
toChar
Methods
toChar :: c -> Char Source #
Instances
toChar :: Char -> Char Source #
toChar :: Word8 -> Char Source #