[project @ 1996-03-19 08:58:34 by partain]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcLoop.lhs
diff --git a/ghc/compiler/typecheck/TcLoop.lhs b/ghc/compiler/typecheck/TcLoop.lhs
new file mode 100644 (file)
index 0000000..39cf96c
--- /dev/null
@@ -0,0 +1,7 @@
+This module breaks the loops among the typechecker modules
+TcExpr, TcBinds, TcMonoBnds, TcQuals, TcGRHSs, TcMatches.
+
+\begin{code}
+module TcLoop( tcGRHSsAndBinds )
+import TcGRHSs( tcGRHSsAndBinds )
+\end{code}