From 052b9b84fff4bffabbd93d19cb17a2c6c6672128 Mon Sep 17 00:00:00 2001 From: ross Date: Tue, 15 Mar 2005 17:19:09 +0000 Subject: [PATCH] [project @ 2005-03-15 17:19:09 by ross] Nhc: export the new names --- Data/Char.hs | 2 -- 1 file changed, 2 deletions(-) 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 -- 1.7.10.4