X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FproofEngineStructuralRules.mli;h=f87a483253fcfcfd493057419b669e64089acabc;hb=4480f2625fce077f7389dde595920d25748820eb;hp=91ebfecfb4ba94a682967d26f77e928edf30552d;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/components/tactics/proofEngineStructuralRules.mli b/components/tactics/proofEngineStructuralRules.mli index 91ebfecfb..f87a48325 100644 --- a/components/tactics/proofEngineStructuralRules.mli +++ b/components/tactics/proofEngineStructuralRules.mli @@ -24,11 +24,11 @@ *) val clearbody: hyp:string -> ProofEngineTypes.tactic -val clear: hyp:string -> ProofEngineTypes.tactic +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