cvs commit: hugs98/lib/exts IOExts.hs
Alastair Reid
reid@glass.cse.ogi.edu
Sun, 1 Apr 2001 21:00:15 -0700
reid 2001/04/01 21:00:15 PDT
Modified files:
lib/exts IOExts.hs
Log:
Fixed style of error messages for consistency with Prelude and
standard libraries.
In error messages, we should use a legal qualified name like
IOExts.fixIO not IOExts:fixIO
(Incidentally, because of the way fixIO is implemented, calling fork
in fixIO won't work too well: the call to fixIO can't terminate until
all forked threads terminate. I think this can be fixed - though it
might require changes in the thread implementation in the Prelude.)
Revision Changes Path
1.3 +2 -2 hugs98/lib/exts/IOExts.hs