X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FfoUtils.mli;h=3bf04342b11decf81af22a256dbd081326dac0c1;hb=40ce8d1c14808ea7608ee2988bd9aba77ddf8200;hp=d78ce32f26d49020f4f387833cba41076cfd29a5;hpb=01b628fc79155f545b283c1d095d8a2ffe00e0a1;p=helm.git diff --git a/helm/software/components/ng_paramodulation/foUtils.mli b/helm/software/components/ng_paramodulation/foUtils.mli index d78ce32f2..3bf04342b 100644 --- a/helm/software/components/ng_paramodulation/foUtils.mli +++ b/helm/software/components/ng_paramodulation/foUtils.mli @@ -29,10 +29,9 @@ module Utils (B : Terms.Blob) : val eq_unit_clause : B.t Terms.unit_clause -> B.t Terms.unit_clause -> bool val compare_unit_clause : B.t Terms.unit_clause -> B.t Terms.unit_clause -> int -(* + val fresh_unit_clause : 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