X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Fterms.ml;h=0118df7c18ea4f3fc2cdcd17aaad1a2f2daeaa82;hb=2e11e475e62e4f3d6872554fb504d77bf2327b7d;hp=46f83544fef9aaba0cdcc19210bb91df96657895;hpb=8de1a75899a83dd31e856804bd448c1bd87d9ab3;p=helm.git diff --git a/helm/software/components/ng_paramodulation/terms.ml b/helm/software/components/ng_paramodulation/terms.ml index 46f83544f..0118df7c1 100644 --- a/helm/software/components/ng_paramodulation/terms.ml +++ b/helm/software/components/ng_paramodulation/terms.ml @@ -67,6 +67,6 @@ module type Blob = val pp : t -> string val embed : t -> t foterm 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