cvs commit: hugs98/lib/exts IOExts.hs

Johan Nordlander nordland@cse.ogi.edu
Wed, 12 Dec 2001 18:21:34 -0800


> sof         2001/12/10 17:46:00 PST
>
>   Modified files:
>     lib/exts             IOExts.hs
>   Log:
>   - move IORef ops out over to the IORef module.
>   - added IOModeEx(..) + openFileEx
>
>   Revision  Changes    Path
>   1.6       +29 -26    hugs98/lib/exts/IOExts.hs
>

Hmm, we now seem to have mutually recursive modules:

   IORef <-> IOExts

Can the change be modified to avoid this?

-- Johan