[project @ 2005-01-27 10:44:00 by simonpj]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcUnify.lhs-boot
1 \begin{code}
2 module TcUnify where
3 import TcType   ( TcTauType )
4 import TcRnTypes( TcM )
5
6 -- This boot file exists only to tie the knot between
7 --              TcUnify and TcSimplify
8
9 unifyTauTy :: TcTauType -> TcTauType -> TcM ()
10 \end{code}