]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/proofEngineReduction.mli
replace_lifting generalized to the simultaneous replacement of n terms.
[helm.git] / helm / ocaml / tactics / proofEngineReduction.mli
index e3bdfd49ee39606d85f955831bd107662465580b..02e56ba6a207224e38bfa479673f8f01372df2d0 100644 (file)
@@ -40,7 +40,7 @@ val replace :
   what:'a list -> with_what:Cic.term list -> where:Cic.term -> Cic.term
 val replace_lifting :
   equality:(Cic.term -> Cic.term -> bool) ->
-  what:Cic.term -> with_what:Cic.term -> where:Cic.term -> Cic.term
+  what:Cic.term list -> with_what:Cic.term list -> where:Cic.term -> Cic.term
 val replace_lifting_csc :
   int -> equality:(Cic.term -> Cic.term -> bool) ->
   what:Cic.term list -> with_what:Cic.term list -> where:Cic.term -> Cic.term