module Hat.Data.Char (Char(),gisAscii,aisAscii,hisAscii,gisLatin1,aisLatin1,hisLatin1,gisControl ,aisControl,hisControl,gisPrint,aisPrint,hisPrint,gisSpace,aisSpace,hisSpace ,gisUpper,aisUpper,hisUpper,gisLower,aisLower,hisLower,gisAlpha,aisAlpha ,hisAlpha,gisDigit,aisDigit,hisDigit,gisOctDigit,aisOctDigit,hisOctDigit ,gisHexDigit,aisHexDigit,hisHexDigit,gisAlphaNum,aisAlphaNum,hisAlphaNum ,gtoUpper,atoUpper,htoUpper,gtoLower,atoLower,htoLower,gdigitToInt ,adigitToInt,hdigitToInt,gintToDigit,aintToDigit,hintToDigit,gord,gchr ,greadLitChar,areadLitChar,hreadLitChar,gshowLitChar,ashowLitChar ,hshowLitChar,glexLitChar,alexLitChar,hlexLitChar,String()) where import qualified Hat.PreludeBasic import qualified Prelude import Hat.Hack import qualified Hat.Hat as T import Hat.Hat (WrapVal(wrapVal)) import Hat.Prelude import Hat.Char tData_Char = T.mkModule "Data.Char" "Data/Char.hs" Prelude.False