]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.mli
Fixed insertion of passive clauses
[helm.git] / helm / software / components / ng_paramodulation / terms.mli
index 7b3cb175060760cc2cba24b06cdb06f72607cbe5..f1eacb7346ae998bdb7e7ba8afe8da46e410cd69 100644 (file)
@@ -74,5 +74,8 @@ module type Blob =
     val embed : t -> t foterm 
     (* saturate [proof] [type] -> [proof] * [type] *)
     val saturate : t -> t -> t foterm * t foterm
+
+    val mk_proof : t bag -> int -> int list -> t
+
   end