9be1ea3779817ccc07eeb92fa03937dbe953df7b
[ghc-hetmet.git] / ghc / lib / std / PrelException.hi-boot
1 ---------------------------------------------------------------------------
2 --                              PrelException.hi-boot
3 -- 
4 --      This hand-written interface file is the initial bootstrap version
5 --      for PrelException.hi.
6 ---------------------------------------------------------------------------
7  
8 __interface PrelException 1 where
9 __export PrelException ioError catch;
10 1 ioError :: __forall a => PrelIOBase.IOError -> PrelIOBase.IO a ;
11 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.
12