X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FproofEngineStructuralRules.mli;h=7eb8fcc6b8c9190bf866eb1ee23e760513eb20cc;hb=707c29a9125acc5b1b1fdee6e93ca551744ba946;hp=91ebfecfb4ba94a682967d26f77e928edf30552d;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/tactics/proofEngineStructuralRules.mli b/helm/software/components/tactics/proofEngineStructuralRules.mli index 91ebfecfb..7eb8fcc6b 100644 --- a/helm/software/components/tactics/proofEngineStructuralRules.mli +++ b/helm/software/components/tactics/proofEngineStructuralRules.mli @@ -24,7 +24,7 @@ *) 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 *)