cvs commit: hugs98/lib Numeric.hs

Sigbjorn Finne sof@glass.cse.ogi.edu
Fri, 1 Feb 2002 08:58:52 -0800


sof         2002/02/01 08:58:51 PST

  Modified files:
    lib                  Numeric.hs 
  Log:
  Spurred on by GHC commit, track H98 changes:
  
  - added showHex,showOct, showIntAtBase
  
  [Unfortunate inconsistency in naming here, 'showInt' ought
   to be called 'showDec' and either 'readInt' should
   become 'readIntAtBase' or 'showIntAtBase' become 'showInt'.
  
   This tidyup would break existing code though.
  ]
  
  Revision  Changes    Path
  1.5       +47 -11    hugs98/lib/Numeric.hs