cvs commit: hugs98/src connect.h iomonad.c type.c hugs98/librarie s/Hugs IO.hs Prelude.hs

ross@glass.cse.ogi.edu ross@glass.cse.ogi.edu
Tue, 10 Dec 2002 03:07:30 -0800


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