]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.mli
....
[helm.git] / helm / software / components / ng_paramodulation / terms.mli
index 7c60f056276f1b2f65175c9b0f974ed79692f305..e0576d1f3e95dea87cd8d3955b125ac41e4f9588 100644 (file)
@@ -71,9 +71,10 @@ module type Blob =
      * *)
     val pp : t -> string
 
-    val embed : t -> t foterm 
+    type input
+    val embed : input -> t foterm
     (* saturate [proof] [type] -> [proof] * [type] *)
-    val saturate : t -> t -> t foterm * t foterm
+    val saturate : input -> input -> t foterm * t foterm
 
   end