aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorbarras2003-10-11 00:20:33 +0000
committerbarras2003-10-11 00:20:33 +0000
commit2b61cb974c847669eaf24dfbf47d8615812481fb (patch)
tree114bfc378dbb08e18ab57c4072277b4dc0a5fd04 /doc
parente5164cf5448cb25d2911320469bc16e44ceae511 (diff)
mise a jour nouvelle syntaxe
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4595 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rw-r--r--doc/syntax-v8.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/syntax-v8.tex b/doc/syntax-v8.tex
index c4da450653..b947a033a4 100644
--- a/doc/syntax-v8.tex
+++ b/doc/syntax-v8.tex
@@ -313,6 +313,7 @@ $$
\text{Symbol} & \text{precedence} \\
\hline
\infx{,} & 250L \\
+\KWD{IF}~\notv~\KWD{then}~\notv~\KWD{else}~\notv & 200 \\
\infx{:} & 100R \\
\infx{\rightarrow}\quad \infx{\leftrightarrow} & 80R \\
\infx{\vee} & 70R \\
@@ -355,8 +356,7 @@ $$
\end{array}
$$
-
-%% ``IF then else'' is missing
+%% Strange: nat + {x:nat|x=x} * nat == ( + ) *
\section{Grammar of tactics}