]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_paramodulation/terms.ml
1) removed many debug prints
[helm.git] / matitaB / components / ng_paramodulation / terms.ml
index e0fcad181d199f8d143373215b35fab67a2bf98e..6ad494965367a081249e0bc4d692bae70b016e0e 100644 (file)
@@ -95,7 +95,7 @@ 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