cvs commit: fptools/hslibs/lang NumExts.lhs
Simon Marlow <[email protected]> Fri, 16 May 2003 08:10:56 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.hslibs |
|---|---|
| Message-ID | <[email protected]> |
simonmar 2003/05/16 08:10:56 PDT
Modified files:
hslibs/lang NumExts.lhs
Log:
- Remove duplicate definitions of showHex, showOct, showBin and
showIntAtBase (these are in Numeric now).
- Remove duplicate showListWith, which is now in Text.Show.
- This library is now fully deprecated. The only remaining functions
it uniquely defines are doubleToFloat and floatToDouble,
which are both subsumed by realToFrac.
Revision Changes Path
1.12 +3 -82 fptools/hslibs/lang/NumExts.lhs