]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/utils.mli
removed first Cic.term from type equality, added an int (weight of the equality)
[helm.git] / helm / ocaml / paramodulation / utils.mli
index 612f07cf0d45a50e2f71448484e7953710b46563..e69caed4d6644bf46c9704b76006bcc1c8b94c43 100644 (file)
@@ -39,3 +39,5 @@ val string_of_sign: equality_sign -> string
 type pos = Left | Right 
 
 val string_of_pos: pos -> string
+
+val compute_equality_weight: Cic.term -> Cic.term -> Cic.term -> int