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