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