]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/paramodulation/utils.mli
Changed the type of compute-equality_weight that now takes also
[helm.git] / helm / software / components / tactics / paramodulation / utils.mli
index 9dc6501d796d296d4797d67704b924f5778da45a..bef03b1415538e577a197d1843c509a8d1f23be9 100644 (file)
@@ -81,7 +81,7 @@ type pos = Left | Right
 
 val string_of_pos: pos -> string
 
-val compute_equality_weight: Cic.term -> Cic.term -> Cic.term -> int
+val compute_equality_weight: Cic.term * Cic.term * Cic.term * comparison -> int
 
 val debug_print: string Lazy.t -> unit