]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/proofEngineStructuralRules.mli
- tactics:
[helm.git] / components / tactics / proofEngineStructuralRules.mli
index 7eb8fcc6b8c9190bf866eb1ee23e760513eb20cc..f87a483253fcfcfd493057419b669e64089acabc 100644 (file)
@@ -28,7 +28,7 @@ val clear: hyps:string list -> ProofEngineTypes.tactic
 
 (* Warning: this tactic has no effect on the proof term.
    It just changes the name of an hypothesis in the current sequent *)
-val rename: from:string -> to_:string -> ProofEngineTypes.tactic
+val rename: froms:string list -> tos:string list -> ProofEngineTypes.tactic
 
   (* change the current goal to those referred by the given meta number *)
 val set_goal: int -> ProofEngineTypes.tactic