]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_paramodulation/terms.ml
The Blob is not abstracted on the context any more.
[helm.git] / matitaB / components / ng_paramodulation / terms.ml
index 87b4f383bc53bf13885069592eaf896ad9f58a0e..e0fcad181d199f8d143373215b35fab67a2bf98e 100644 (file)
@@ -100,6 +100,6 @@ module type Blob =
     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