cvs commit: hugs98/lib Prelude.hs
Sigbjorn Finne
sof@glass.cse.ogi.edu
Tue, 30 Oct 2001 10:42:05 -0800
sof 2001/10/30 10:42:04 PST
Modified files:
lib Prelude.hs
Log:
Inch towards H98 Prelude compliance by all-but-one
Numeric-specific export from the Prelude (some were not used
in the Prelude code itself, some are now duplicated). The
only one left is readFloat which is now sync'ed up with
recent H98 mods made to its defn.
[My goal is to re-org the Prelude to have it conform to H98,
something that's been suggested by many (but tackled by none).
This is small (mostly forward) step in that direction.]
This is a user-visible breaking change, but one that won't
impact a lot of code (the fix is simply to import Numeric).
Revision Changes Path
1.15 +9 -20 hugs98/lib/Prelude.hs