X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FfoUtils.mli;h=8a3b1739b79d69786e6a703615c065113c87a61a;hb=9883f04161a9972f0641dd85faf224b4f2846f05;hp=c23779bde0bfe1cb7e40d981195e67b77942e149;hpb=a6011d00d7c377056ead2e0974c68a7a3ae069d0;p=helm.git diff --git a/helm/software/components/ng_paramodulation/foUtils.mli b/helm/software/components/ng_paramodulation/foUtils.mli index c23779bde..8a3b1739b 100644 --- a/helm/software/components/ng_paramodulation/foUtils.mli +++ b/helm/software/components/ng_paramodulation/foUtils.mli @@ -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