[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcGRHSs.hi-boot-5
diff --git a/ghc/compiler/typecheck/TcGRHSs.hi-boot-5 b/ghc/compiler/typecheck/TcGRHSs.hi-boot-5
new file mode 100644 (file)
index 0000000..d76f826
--- /dev/null
@@ -0,0 +1,7 @@
+__interface TcGRHSs 2 0 where
+__export TcGRHSs tcGRHSsAndBinds;
+2 tcGRHSsAndBinds :: __forall [_s] => 
+               RnHsSyn.RenamedGRHSsAndBinds
+               -> TcMonad.TcType _s
+               -> HsExpr.StmtCtxt
+               -> TcMonad.TcM _s (TcHsSyn.TcGRHSsAndBinds _s, Inst.LIE _s) ;