> 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