[project @ 1996-07-15 16:16:46 by partain]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcLoop.lhs
1 This module breaks the loops among the typechecker modules
2 TcExpr, TcBinds, TcMonoBnds, TcQuals, TcGRHSs, TcMatches.
3
4 \begin{code}
5 module TcLoop( tcGRHSsAndBinds )
6 import TcGRHSs( tcGRHSsAndBinds )
7 \end{code}