X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Fterms.ml;h=87b4f383bc53bf13885069592eaf896ad9f58a0e;hb=8c678be0b7ee11a60f21b002553cc414f1d18267;hp=61b027d72d690cd564291ac813cb70f0324ca4e2;hpb=546e74b52ee86a69cb735c699098dbf64274cf54;p=helm.git diff --git a/helm/software/components/ng_paramodulation/terms.ml b/helm/software/components/ng_paramodulation/terms.ml index 61b027d72..87b4f383b 100644 --- a/helm/software/components/ng_paramodulation/terms.ml +++ b/helm/software/components/ng_paramodulation/terms.ml @@ -96,6 +96,7 @@ module type Blob = val eq : t -> t -> bool val compare : t -> t -> int val eqP : t + val is_eq: t foterm -> (t foterm* t foterm *t foterm) option val pp : t -> string type input val embed : input -> t foterm