]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.ml
Fixed insertion of passive clauses
[helm.git] / helm / software / components / ng_paramodulation / terms.ml
index bcc3bcf7bd8a05ff4906f35abafcd6491de67eb2..0118df7c18ea4f3fc2cdcd17aaad1a2f2daeaa82 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 -> int list -> t
   end