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