[project @ 1999-02-01 10:02:15 by sof]
[ghc-hetmet.git] / ghc / lib / std / PrelException.hi-boot
index 8082910..85561ba 100644 (file)
@@ -5,7 +5,7 @@
 --     for PrelException.hi.
 ---------------------------------------------------------------------------
  
-__interface PrelErr 1 where
-__export PrelException ioError catch;
+__interface PrelException 1 where
+__export ! PrelException ioError catch;
 1 ioError :: __forall [a] => PrelIOBase.IOError -> PrelIOBase.IO a ;
 1 catch :: __forall [a] => PrelIOBase.IO a -> (PrelIOBase.IOError -> PrelIOBase.IO a) -> PrelIOBase.IO a ;