From: ross Date: Tue, 15 Mar 2005 17:19:09 +0000 (+0000) Subject: [project @ 2005-03-15 17:19:09 by ross] X-Git-Tag: arity-anal-branch-point~22 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=052b9b84fff4bffabbd93d19cb17a2c6c6672128;p=ghc-base.git [project @ 2005-03-15 17:19:09 by ross] Nhc: export the new names --- diff --git a/Data/Char.hs b/Data/Char.hs index 546edfa..c59ec00 100644 --- a/Data/Char.hs +++ b/Data/Char.hs @@ -27,11 +27,9 @@ module Data.Char , isLower, isUpper, isAlpha, isAlphaNum, isPrint , isDigit, isOctDigit, isHexDigit , isAsciiUpper, isAsciiLower -#ifndef __NHC__ , isLetter, isMark, isNumber, isPunctuation, isSymbol, isSeparator , GeneralCategory(..), generalCategory -#endif -- * Case conversion , toUpper, toLower, toTitle -- :: Char -> Char