summaryrefslogtreecommitdiff
path: root/ghc/lib/std/PrelException.hi-boot
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/lib/std/PrelException.hi-boot')
-rw-r--r--ghc/lib/std/PrelException.hi-boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/lib/std/PrelException.hi-boot b/ghc/lib/std/PrelException.hi-boot
index 511010d4bf..9be1ea3779 100644
--- a/ghc/lib/std/PrelException.hi-boot
+++ b/ghc/lib/std/PrelException.hi-boot
@@ -5,8 +5,8 @@
-- for PrelException.hi.
---------------------------------------------------------------------------
-__interface PrelException 1 0 where
+__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 ; -- wish there could be more __o's here. KSW 1999-04.
+1 ioError :: __forall a => PrelIOBase.IOError -> PrelIOBase.IO a ;
+1 catch :: __forall a => PrelIOBase.IO a -> (PrelIOBase.IOError -> PrelIOBase.IO a) -> PrelIOBase.IO a ; -- wish there could be more __o's here. KSW 1999-04.