hw-prim-0.5.0.5: Primitive functions and data types

Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.Char.IsChar

Documentation

class IsChar c where Source #

Minimal complete definition

toChar

Methods

toChar :: c -> Char Source #

Instances