summaryrefslogtreecommitdiff
path: root/ghc/lib/std/PrelException.hi-boot
blob: 511010d4bfdd25ef48f827b9b8b82df86288ae5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---------------------------------------------------------------------------
--                              PrelException.hi-boot
-- 
--      This hand-written interface file is the initial bootstrap version
--	for PrelException.hi.
---------------------------------------------------------------------------
 
__interface PrelException 1 0 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.