]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_paramodulation/terms.mli
1) removed many debug prints
[helm.git] / matitaB / components / ng_paramodulation / terms.mli
index 020eefecdb74e58fc63ed4d5c96f157c6403febc..d84f37b020acdf1b2f490324d5618bea1c48bea3 100644 (file)
@@ -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
      * *)