[project @ 1998-04-06 18:42:02 by sof]
authorsof <unknown>
Mon, 6 Apr 1998 18:42:02 +0000 (18:42 +0000)
committersof <unknown>
Mon, 6 Apr 1998 18:42:02 +0000 (18:42 +0000)
TcExpr loop breaker

ghc/compiler/typecheck/TcExpr.hi-boot [new file with mode: 0644]

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) ;;
+