]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.mli
proof reconstruction almost OK
[helm.git] / helm / software / components / ng_paramodulation / terms.mli
index bab1a78d0dcc16f664f8f426b3eb39b7e7d0e71e..f1eacb7346ae998bdb7e7ba8afe8da46e410cd69 100644 (file)
@@ -75,7 +75,7 @@ module type Blob =
     (* saturate [proof] [type] -> [proof] * [type] *)
     val saturate : t -> t -> t foterm * t foterm
 
-    val mk_proof : t bag -> int list -> t
+    val mk_proof : t bag -> int -> int list -> t
 
   end