X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fcomponents%2Fng_paramodulation%2Fterms.mli;h=d84f37b020acdf1b2f490324d5618bea1c48bea3;hb=4f3b04e9966484011328d5b0eb358da4416e29b0;hp=020eefecdb74e58fc63ed4d5c96f157c6403febc;hpb=d0d2ebcf0ad48c38dcd69142f5e080e987fc5536;p=helm.git diff --git a/matitaB/components/ng_paramodulation/terms.mli b/matitaB/components/ng_paramodulation/terms.mli index 020eefecd..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 * *)