]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/utils.mli
added homepage URL, now we have one
[helm.git] / helm / ocaml / paramodulation / utils.mli
index 612f07cf0d45a50e2f71448484e7953710b46563..0187f94a7bff5a429a6656186465be79ff2b24e4 100644 (file)
@@ -39,3 +39,7 @@ 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
+
+val debug_print: string -> unit