]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.ml
code refactoring for paramodulation
[helm.git] / helm / software / components / ng_paramodulation / terms.ml
index 0118df7c18ea4f3fc2cdcd17aaad1a2f2daeaa82..bcc3bcf7bd8a05ff4906f35abafcd6491de67eb2 100644 (file)
@@ -67,6 +67,5 @@ 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