
30 Oct
2002
30 Oct
'02
9:58 a.m.
ross 2002/10/30 06:58:49 PST Modified files: tests/libs except1.hs src/unix convert_libraries Added files: libraries/Hugs Exception.hs Log: Use Control.Exception from fptools/libraries, with quite a bit left out, particularly asynchronous exceptions. Unfortunately (because in Hugs Exception != IOError) there is a clash between Control.Exception.ioError and Prelude.ioError, which have different types. As with catch, one has to either hide the Prelude one or qualify the Control.Exception one. Revision Changes Path 1.3 +2 -2 hugs98/tests/libs/except1.hs 1.40 +3 -2 hugs98/src/unix/convert_libraries