From 974799c229c27cdf244a6c51cab3764ea040c91a Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Mon, 6 Apr 1998 18:42:02 +0000
Subject: [PATCH] [project @ 1998-04-06 18:42:02 by sof] TcExpr loop breaker

---
 ghc/compiler/typecheck/TcExpr.hi-boot | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 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
index 000000000000..532d3adf68cf
--- /dev/null
+++ b/ghc/compiler/typecheck/TcExpr.hi-boot
@@ -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) ;;
+
-- 
GitLab