39cf96c150e042e738cd270b41a1a0efc848ccc3
[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}