]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/tactics.mli
1. interface of replace generalized to patterns
[helm.git] / helm / ocaml / tactics / tactics.mli
index c4c1a32e43572c272d585629ab0f93149319c943..30d670f3ead8a55fc0cb1de24cef0b5a31caf4a6 100644 (file)
@@ -5,7 +5,10 @@ val assumption : ProofEngineTypes.tactic
 val auto :
   ?depth:int ->
   ?width:int -> dbd:Mysql.dbd -> unit -> ProofEngineTypes.tactic
-val change : what:Cic.term -> with_what:Cic.term -> ProofEngineTypes.tactic
+val change :
+  what:Cic.term ->
+  with_what:Cic.term ->
+  pattern:ProofEngineTypes.pattern -> ProofEngineTypes.tactic
 val clear : hyp:string -> ProofEngineTypes.tactic
 val clearbody : hyp:string -> ProofEngineTypes.tactic
 val compare : term:Cic.term -> ProofEngineTypes.tactic