[project @ 1998-04-06 18:42:02 by sof]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcExpr.hi-boot
diff --git a/ghc/compiler/typecheck/TcExpr.hi-boot b/ghc/compiler/typecheck/TcExpr.hi-boot
new file mode 100644 (file)
index 0000000..532d3ad
--- /dev/null
@@ -0,0 +1,9 @@
+_interface_ TcExpr 1
+_exports_
+TcExpr tcExpr ;
+_declarations_
+1 tcExpr _:_ _forall_ [s] => 
+         RnHsSyn.RenamedHsExpr
+       -> TcType.TcType s 
+       -> TcMonad.TcM s (TcHsSyn.TcExpr s, Inst.LIE s) ;;
+