basics-0.2.0.0: Modules for primitive types
Safe HaskellSafe-Inferred
LanguageHaskell2010

Basics.Char

Documentation

type T = Char Source #

type T# = Char# Source #

type R = 'WordRep Source #

lift :: T# -> T Source #

read# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, T# #) Source #