fix haddock submodule pointer
[ghc-hetmet.git] / compiler / typecheck / TcUnify.lhs-boot
index 4d385b1..e7ad418 100644 (file)
@@ -1,13 +1,11 @@
 \begin{code}
 module TcUnify where
-import TcType  ( TcTauType, BoxySigmaType, BoxyType )
+import TcType  ( TcTauType )
 import TcRnTypes( TcM )
-import Coercion (CoercionI)
+import Coercion (Coercion)
 
 -- This boot file exists only to tie the knot between
 --             TcUnify and TcSimplify
 
-unifyType :: TcTauType -> TcTauType -> TcM CoercionI
-boxyUnify :: BoxyType -> BoxyType -> TcM CoercionI
-zapToMonotype :: BoxySigmaType -> TcM TcTauType
+unifyType :: TcTauType -> TcTauType -> TcM Coercion
 \end{code}