X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcUnify.lhs-boot;h=e7ad4181fc31f0ebc190a752e827a52be26c337b;hp=8a1847e671c84091c2c3252b91847e6f5cff4024;hb=HEAD;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1 diff --git a/compiler/typecheck/TcUnify.lhs-boot b/compiler/typecheck/TcUnify.lhs-boot index 8a1847e..e7ad418 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 (Coercion) -- 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 Coercion \end{code}