rio-0.1.20.0: A standard library for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

RIO.Char.Partial

Description

Unicode Char partial functions. Import as:

import qualified RIO.Char.Partial as C'
Synopsis

Single digit characters

Numeric representations

chr :: Int -> Char #