aboutsummaryrefslogtreecommitdiff
path: root/doc/refman/RefMan-ltac.tex
diff options
context:
space:
mode:
authorherbelin2006-07-07 15:37:23 +0000
committerherbelin2006-07-07 15:37:23 +0000
commitb00500d44818b6d182bd4e8b233bc963bfbf5505 (patch)
tree9302596762b3aa1a89e9498f8542cfffc3da9e33 /doc/refman/RefMan-ltac.tex
parent165d5c2e7c8bd4402f33987ad3fe91d92fe0b808 (diff)
Documentation Declare Implicit Tactic, Print Canonical Projections, ... + légère restructuration autour de Proof with et Hint Rewrite + maj crédits
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9030 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/refman/RefMan-ltac.tex')
-rw-r--r--doc/refman/RefMan-ltac.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/refman/RefMan-ltac.tex b/doc/refman/RefMan-ltac.tex
index 7af3f64156..0fd6f64d8f 100644
--- a/doc/refman/RefMan-ltac.tex
+++ b/doc/refman/RefMan-ltac.tex
@@ -267,6 +267,12 @@ applied and $v_i$ is applied to the $i$-th generated subgoal by the
application of $v_0$, for $=1,...,n$. It fails if the application of
$v_0$ does not generate exactly $n$ subgoals.
+\variant If no tactic is given for the $i$-th generated subgoal, it
+behaves as if the tactic {\tt idtac} were given. For instance, {\tt
+split ; [ | auto ]} is a shortcut for
+{\tt split ; [ idtac | auto ]}.
+
+
\subsubsection{For loop}
\tacindex{do}
\index{Tacticals!do@{\tt do}}