From f7e0b60554789d3859562ae533961bb04fc4ec84 Mon Sep 17 00:00:00 2001 From: letouzey Date: Fri, 6 Jul 2007 15:31:37 +0000 Subject: extension of the rename tactic: the following is now allowed: rename A into B, C into D, E into F. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9952 85f007b7-540e-0410-9357-904b9bb8a0f7 --- doc/refman/RefMan-tac.tex | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/refman/RefMan-tac.tex') diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex index d04d8e313..0ba9553ce 100644 --- a/doc/refman/RefMan-tac.tex +++ b/doc/refman/RefMan-tac.tex @@ -204,6 +204,15 @@ This renames hypothesis {\ident$_1$} into {\ident$_2$} in the current context\footnote{but it does not rename the hypothesis in the proof-term...} +\begin{Variants} + +\item {\tt rename {\ident$_1$} into {\ident$_2$}, \ldots, + {\ident$_{2k-1}$} into {\ident$_{2k}$}} + + Is equivalent to the sequence of the corresponding atomic {\tt rename}. + +\end{Variants} + \begin{ErrMsgs} \item \errindex{{\ident$_2$} not found} -- cgit v1.2.3