[project @ 1998-12-02 13:17:09 by simonm]
[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 PrelErr 1 where
9 __export PrelException fail catch;
10 1 fail :: __forall [a] => PrelIOBase.IOError -> PrelIOBase.IO a ;
11 1 catch :: __forall [a] => PrelIOBase.IO a -> (PrelIOBase.IOError -> PrelIOBase.IO a) -> PrelIOBase.IO a ;