[project @ 2003-06-27 21:17:24 by simonpj]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcGRHSs.hi-boot
1 _interface_ TcGRHSs 2
2 _exports_
3 TcGRHSs tcGRHSsAndBinds;
4 _declarations_
5 2 tcGRHSsAndBinds _:_ _forall_ [s] => 
6                 RnHsSyn.RenamedGRHSsAndBinds
7                 -> TcType.TcType s
8                 -> HsExpr.StmtCtxt
9                 -> TcMonad.TcM s (TcHsSyn.TcGRHSsAndBinds s, Inst.LIE s) ;;
10
11