X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcUnify.lhs-boot;h=244f0cb19b32c2c57bdb227e3b9e501bf3be7361;hb=b24792b081f7f74cf52c0c3178cb71fccfc1fcb3;hp=4d385b123cd6e3f6d9ec491b1921c264f5a92e43;hpb=5822cb8d13aa3c05d2b46b4510c13d94b902eb21;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcUnify.lhs-boot b/compiler/typecheck/TcUnify.lhs-boot index 4d385b1..244f0cb 100644 --- a/compiler/typecheck/TcUnify.lhs-boot +++ b/compiler/typecheck/TcUnify.lhs-boot @@ -1,6 +1,6 @@ \begin{code} module TcUnify where -import TcType ( TcTauType, BoxySigmaType, BoxyType ) +import TcType ( TcTauType ) import TcRnTypes( TcM ) import Coercion (CoercionI) @@ -8,6 +8,4 @@ import Coercion (CoercionI) -- TcUnify and TcSimplify unifyType :: TcTauType -> TcTauType -> TcM CoercionI -boxyUnify :: BoxyType -> BoxyType -> TcM CoercionI -zapToMonotype :: BoxySigmaType -> TcM TcTauType \end{code}