aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-02-15 18:30:14 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-02-15 18:30:14 +0000
commit1cb9fe4d99d82260074419ac4ada5d6058ae165c (patch)
tree9c293beb9e0efebf0748d2a9cf829e185cbbfeb1 /doc
parentceba05fb3df673f8378e63c709aff7811014855c (diff)
Réintroduction de l'entrée "integer" dans ltac (apparemment disparue lors
du passage de l'ancienne à la nouvelle syntaxe) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9650 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/RefMan-ltac.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/refman/RefMan-ltac.tex b/doc/refman/RefMan-ltac.tex
index 79a33712d..41f38046e 100644
--- a/doc/refman/RefMan-ltac.tex
+++ b/doc/refman/RefMan-ltac.tex
@@ -138,6 +138,7 @@ is understood as
{\atom} & ::= &
{\qualid} \\
& | & ()\\
+& | & {\integer}\\
& | & {\tt (} {\tacexpr} {\tt )}\\
\\
{\messagetoken}\!\!\!\!\!\! & ::= & {\qstring} ~|~ {\term} ~|~ {\integer} \\