]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.ml
the prover is almost OK, types in fuctors a bit extended to
[helm.git] / helm / software / components / ng_paramodulation / terms.ml
index f2a3de0209e190e349a0435604ea0d9cc91d55ce..1d1465f9e6d7cfe5525792835ddafed373f44706 100644 (file)
@@ -65,7 +65,8 @@ module type Blob =
     val compare : t -> t -> int
     val eqP : t
     val pp : t -> string
-    val embed : t -> t foterm
-    val saturate : t -> t -> t foterm * t foterm
+    type input
+    val embed : input -> t foterm
+    val saturate : input -> input -> t foterm * t foterm
   end