
10 Dec
2002
10 Dec
'02
11:07 a.m.
ross 2002/12/10 03:07:29 PST Modified files: src connect.h iomonad.c type.c libraries/Hugs IO.hs Prelude.hs Log: Remove some under-the-hood communication of names between Hugs.Prelude and Hugs.IO. This was originally done to limit the export list of the Prelude, but is no longer needed now that we have the internal Hugs.Prelude; it can simply export the required names, but Prelude doesn't re-export them. Revision Changes Path 1.56 +2 -3 hugs98/src/connect.h 1.36 +2 -88 hugs98/src/iomonad.c 1.60 +3 -10 hugs98/src/type.c 1.3 +19 -4 hugs98/libraries/Hugs/IO.hs 1.14 +2 -19 hugs98/libraries/Hugs/Prelude.hs