update to track .lhs-boot file
authorSimon Marlow <simonmar@microsoft.com>
Wed, 12 Sep 2007 10:34:17 +0000 (10:34 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 12 Sep 2007 10:34:17 +0000 (10:34 +0000)
compiler/typecheck/TcUnify.hi-boot-6

index eb28635..e906914 100644 (file)
@@ -3,5 +3,6 @@ module TcUnify where
 -- This boot file exists only to tie the knot between
 --             TcUnify and TcSimplify
 
-unifyType :: TcType.TcTauType -> TcType.TcTauType -> TcRnTypes.TcM ()
+unifyType :: TcType.TcTauType -> TcType.TcTauType -> TcRnTypes.TcM Coercion.CoercionI
 zapToMonotype :: TcType.BoxyType -> TcRnTypes.TcM TcType.TcTauType
+boxyUnify :: TcType.BoxyType -> TcType.BoxyType -> TcRnTypes.TcM Coercion.CoercionI