]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.mli
first proof reconstruction attempt, still bugged since it
[helm.git] / helm / software / components / ng_paramodulation / terms.mli
index 7b3cb175060760cc2cba24b06cdb06f72607cbe5..bab1a78d0dcc16f664f8f426b3eb39b7e7d0e71e 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 list -> t
+
   end