X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcUnify.lhs-boot;h=244f0cb19b32c2c57bdb227e3b9e501bf3be7361;hb=b30f8b6540eb8fe10f06c6e12d0daa08464656c2;hp=8a1847e671c84091c2c3252b91847e6f5cff4024;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcUnify.lhs-boot b/compiler/typecheck/TcUnify.lhs-boot index 8a1847e..244f0cb 100644 --- a/compiler/typecheck/TcUnify.lhs-boot +++ b/compiler/typecheck/TcUnify.lhs-boot @@ -1,11 +1,11 @@ \begin{code} module TcUnify where -import TcType ( TcTauType, BoxyType ) +import TcType ( TcTauType ) import TcRnTypes( TcM ) +import Coercion (CoercionI) -- This boot file exists only to tie the knot between -- TcUnify and TcSimplify -unifyType :: TcTauType -> TcTauType -> TcM () -zapToMonotype :: BoxyType -> TcM TcTauType +unifyType :: TcTauType -> TcTauType -> TcM CoercionI \end{code}