cvs commit: hugs98/lib Char.hs

Sigbjorn Finne sof@glass.cse.ogi.edu
Wed, 31 Oct 2001 15:12:50 -0800


sof         2001/10/31 15:12:50 PST

  Modified files:
    lib                  Char.hs 
  Log:
  Moved a bunch of Char functions out of the Prelude:
  
   * isAscii, isControl, isPrint
   * digitToInt
   * intToDigit
  
  [For now, I've steered clear of doing the same to the more
  'popular' Char exports (e.g., 'ord', 'isSpace')]
  
  Revision  Changes    Path
  1.2       +45 -12    hugs98/lib/Char.hs