[project @ 1999-01-28 11:29:23 by simonpj]
[ghc-hetmet.git] / ghc / lib / std / PrelException.hi-boot
index 8082910..99cbf79 100644 (file)
@@ -6,6 +6,6 @@
 ---------------------------------------------------------------------------
  
 __interface PrelErr 1 where
-__export PrelException ioError catch;
+__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 ;