aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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}