X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fcomponents%2Fng_paramodulation%2Fterms.mli;h=d84f37b020acdf1b2f490324d5618bea1c48bea3;hb=ccf5878f2a2ec7f952f140e162391708a740517b;hp=93f106a4f1c9e8c8464a1582a13d6d0a4c79d6c8;hpb=cacbe3c6493ddce76c4c13379ade271d8dd172e8;p=helm.git diff --git a/matitaB/components/ng_paramodulation/terms.mli b/matitaB/components/ng_paramodulation/terms.mli index 93f106a4f..d84f37b02 100644 --- a/matitaB/components/ng_paramodulation/terms.mli +++ b/matitaB/components/ng_paramodulation/terms.mli @@ -83,7 +83,7 @@ module type Blob = type t val eq : t -> t -> bool val compare : t -> t -> int - val eqP : t + val eqP : unit -> t (* TODO: consider taking in input an imperative buffer for Format * val pp : Format.formatter -> t -> unit * *) @@ -93,7 +93,7 @@ module type Blob = type input val embed : input -> t foterm (* saturate [proof] [type] -> [proof] * [type] *) - val saturate : input -> input -> t foterm * t foterm + (* val saturate : input -> input -> t foterm * t foterm *) end