]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_paramodulation/terms.mli
The Blob is not abstracted on the context any more.
[helm.git] / matitaB / components / ng_paramodulation / terms.mli
index 93f106a4f1c9e8c8464a1582a13d6d0a4c79d6c8..020eefecdb74e58fc63ed4d5c96f157c6403febc 100644 (file)
@@ -93,7 +93,7 @@ module type Blob =
     type input
     val embed : input -> t foterm
     (* saturate [proof] [type] -> [proof] * [type] *)
-    val saturate : input -> input -> t foterm * t foterm
+    (* val saturate : input -> input -> t foterm * t foterm *)
 
   end