]> matita.cs.unibo.it Git - helm.git/commitdiff
"better" (????) identification of assertion failures
authorStefano Zacchiroli <zack@upsilon.cc>
Tue, 25 Oct 2005 13:46:52 +0000 (13:46 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Tue, 25 Oct 2005 13:46:52 +0000 (13:46 +0000)
helm/ocaml/cic_unification/cicUnification.ml

index a2a98bd0d8213739796d81de2492cb1446b4242d..7c0d0e387c8c1c278f4fceb6baa168f022d39439 100644 (file)
@@ -574,7 +574,7 @@ debug_print (lazy ("restringo Meta n." ^ (string_of_int n) ^ "on variable n." ^
           ) (subst'',metasenv'',ugraph2) pl1 pl2 
         with
          Invalid_argument _ ->
-          raise (UnificationFailure (lazy "6")))
+          raise (UnificationFailure (lazy "6.1")))
            (* (sprintf
               "Error trying to unify %s with %s: the number of branches is not the same." 
               (CicMetaSubst.ppterm subst t1) 
@@ -583,7 +583,7 @@ debug_print (lazy ("restringo Meta n." ^ (string_of_int n) ^ "on variable n." ^
        if t1 = t2 then
          subst, metasenv,ugraph
        else
-        raise (UnificationFailure (lazy "6"))
+        raise (UnificationFailure (lazy "6.2"))
           (* (sprintf
              "Can't unify %s with %s because they are not convertible"
              (CicMetaSubst.ppterm subst t1)