]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.ml
snaphost: supright almost done
[helm.git] / helm / software / components / ng_paramodulation / terms.ml
index 9b374a8a5f4acbbbf6c57d5cae9c5b5d23b4b57f..0e7bed7fb15ae7d3ab1eda117675f37b9412ff90 100644 (file)
@@ -63,7 +63,7 @@ module type Blob =
     type t
     val eq : t -> t -> bool
     val compare : t -> t -> int
-    val is_eq_predicate : t -> bool
+    val eqP : t
     val pp : t -> string
     val embed : t -> t foterm
     val saturate : t -> t -> t foterm * t foterm