module Char (module IsAlpha ,module IsAlphaNum ,module IsAscii ,module IsControl ,module IsDigit ,module IsHexDigit ,module IsLower ,module IsLatin1 ,module IsOctDigit ,module IsPrint ,module IsSpace ,module IsUpper ,module ToLower ,module ToUpper ,module Ord ,module Chr ,module DigitToInt ,module IntToDigit ,module ReadLitChar ,module ShowLitChar ,module LexLitChar -- ... and what the Prelude exports ,Char, String ) where import IsAlpha import IsAlphaNum import IsAscii import IsControl import IsDigit import IsHexDigit import IsLower import IsLatin1 import IsOctDigit import IsPrint import IsSpace import IsUpper import ToLower import ToUpper import Ord import Chr import DigitToInt import IntToDigit import ReadLitChar import ShowLitChar import LexLitChar