]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/foUtils.mli
profile most operations, do not return a filtered varlist in unif (useless and expensive)
[helm.git] / helm / software / components / ng_paramodulation / foUtils.mli
index c23779bde0bfe1cb7e40d981195e67b77942e149..8a3b1739b79d69786e6a703615c065113c87a61a 100644 (file)
@@ -40,7 +40,9 @@ module Utils (B : Terms.Blob) :
           int -> B.t Terms.unit_clause -> B.t Terms.unit_clause * int
 
     (* relocate [maxvar] [varlist] -> [newmaxvar] * [varlist] * [relocsubst] *)
-    val relocate : int -> int list -> int * int list * B.t Terms.substitution 
+    val relocate : 
+          int -> int list -> B.t Terms.substitution -> 
+            int * int list * B.t Terms.substitution 
 
     val compare_passive_clauses_weight :
       B.t Terms.passive_clause -> B.t Terms.passive_clause -> int