Module

Data.Char

A type and functions for single characters.

#toCharCode

toCharCode :: Char -> Int

Returns the numeric Unicode value of the character.

#fromCharCode

fromCharCode :: Int -> Maybe Char

Constructs a character from the given Unicode numeric value.

Modules