X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Fterms.mli;h=f1eacb7346ae998bdb7e7ba8afe8da46e410cd69;hb=2e11e475e62e4f3d6872554fb504d77bf2327b7d;hp=7b3cb175060760cc2cba24b06cdb06f72607cbe5;hpb=96c91e470f670018df67c9cbff62fa06e3b57c5e;p=helm.git diff --git a/helm/software/components/ng_paramodulation/terms.mli b/helm/software/components/ng_paramodulation/terms.mli index 7b3cb1750..f1eacb734 100644 --- a/helm/software/components/ng_paramodulation/terms.mli +++ b/helm/software/components/ng_paramodulation/terms.mli @@ -74,5 +74,8 @@ module type Blob = val embed : t -> t foterm (* saturate [proof] [type] -> [proof] * [type] *) val saturate : t -> t -> t foterm * t foterm + + val mk_proof : t bag -> int -> int list -> t + end