]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.ml
first proof reconstruction attempt, still bugged since it
[helm.git] / helm / software / components / ng_paramodulation / terms.ml
index bcc3bcf7bd8a05ff4906f35abafcd6491de67eb2..46f83544fef9aaba0cdcc19210bb91df96657895 100644 (file)
@@ -67,5 +67,6 @@ module type Blob =
     val pp : t -> string
     val embed : t -> t foterm
     val saturate : t -> t -> t foterm * t foterm
+    val mk_proof : t bag -> int list -> t
   end