X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fcomponents%2Fng_paramodulation%2Fterms.ml;h=6ad494965367a081249e0bc4d692bae70b016e0e;hb=ccf5878f2a2ec7f952f140e162391708a740517b;hp=87b4f383bc53bf13885069592eaf896ad9f58a0e;hpb=cacbe3c6493ddce76c4c13379ade271d8dd172e8;p=helm.git diff --git a/matitaB/components/ng_paramodulation/terms.ml b/matitaB/components/ng_paramodulation/terms.ml index 87b4f383b..6ad494965 100644 --- a/matitaB/components/ng_paramodulation/terms.ml +++ b/matitaB/components/ng_paramodulation/terms.ml @@ -95,11 +95,11 @@ module type Blob = type t val eq : t -> t -> bool val compare : t -> t -> int - val eqP : t + val eqP : unit -> t val is_eq: t foterm -> (t foterm* t foterm *t foterm) option val pp : t -> string type input val embed : input -> t foterm - val saturate : input -> input -> t foterm * t foterm +(* val saturate : input -> input -> t foterm * t foterm *) end