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