X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FproofEngineStructuralRules.mli;h=91ebfecfb4ba94a682967d26f77e928edf30552d;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=142b82b6812e1306a385c429e9ba044e43cb128e;hpb=df0606d3bcbc41272fcde2d013bbe0b1aadf98af;p=helm.git diff --git a/helm/ocaml/tactics/proofEngineStructuralRules.mli b/helm/ocaml/tactics/proofEngineStructuralRules.mli index 142b82b68..91ebfecfb 100644 --- a/helm/ocaml/tactics/proofEngineStructuralRules.mli +++ b/helm/ocaml/tactics/proofEngineStructuralRules.mli @@ -26,5 +26,9 @@ val clearbody: hyp:string -> ProofEngineTypes.tactic val clear: hyp:string -> 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 + (* change the current goal to those referred by the given meta number *) val set_goal: int -> ProofEngineTypes.tactic