X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Fterms.mli;h=e0576d1f3e95dea87cd8d3955b125ac41e4f9588;hb=1eb00eff3c3a5f67c3a200a82098c97f4fbe0c5e;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..e0576d1f3 100644 --- a/helm/software/components/ng_paramodulation/terms.mli +++ b/helm/software/components/ng_paramodulation/terms.mli @@ -54,7 +54,7 @@ type 'a passive_clause = int * 'a unit_clause (* weight * equation *) module M : Map.S with type key = int -type 'a bag = 'a unit_clause M.t +type 'a bag = ('a unit_clause * bool) M.t module type Blob = sig @@ -71,8 +71,10 @@ module type Blob = * *) val pp : t -> string - val embed : t -> t foterm + type input + val embed : input -> t foterm (* saturate [proof] [type] -> [proof] * [type] *) - val saturate : t -> t -> t foterm * t foterm + val saturate : input -> input -> t foterm * t foterm + end