aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-06 19:46:18 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-06 19:46:18 +0000
commitb153c9d7d194928dcf290fa1d2cc0353a31b7810 (patch)
treec72f986981254fa23280614fa9fed80eba0d3682 /doc
parent6a5f25529739c165007811bcafa40561fd21c348 (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4325 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rw-r--r--doc/syntax-v8.tex13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/syntax-v8.tex b/doc/syntax-v8.tex
index 454f87ca6..c26c98c4e 100644
--- a/doc/syntax-v8.tex
+++ b/doc/syntax-v8.tex
@@ -338,8 +338,8 @@ Of these notations, only the dot notation for field acces is implemented.
\begin{rules}
\EXTNT{constr}
- \NT{constr}~\TERM{.(}~\NT{constr}~\PLUS{\NT{appl-arg}}~\KWD{)} &10L~~ & \RNAME{proj}
-\nlsep \NT{constr}~\TERM{.(}~\KWD{@}~\NT{reference}~\STAR{\NT{constr}}~\KWD{)} &10L~~ & \RNAME{proj-expl}
+ \NT{constr}~\TERM{.(}~\NT{constr}~\PLUS{\NT{appl-arg}}~\KWD{)} &9L~~ & \RNAME{proj}
+\nlsep \NT{constr}~\TERM{.(}~\KWD{@}~\NT{reference}~\STAR{\NT{constr}}~\KWD{)} &9L~~ & \RNAME{proj-expl}
\nlsep \KWD{\{}~\NT{rfield}~\STARGR{\KWD{;}~\NT{rfield}}~\KWD{\}} &0
&\RNAME{constructor}
\SEPDEF
@@ -435,7 +435,7 @@ depending whether the $\NT{reference}$ is a module or not.
%%
\nlsep \TERM{reflexivity}
\nlsep \TERM{symmetry}
-\nlsep \TERM{transitivity}
+\nlsep \TERM{transitivity}~\NT{constr}
%%
\nlsep \NT{red-expr}~\NT{clause}
\nlsep \TERM{change}~\NT{conversion}~\NT{clause}
@@ -684,7 +684,8 @@ $$
\SEPDEF
\DEFNT{subgoal-command}
\NT{check-command}
-\nlsep \OPT{\TERM{By}}~\OPT{\TERM{!!}}~\NT{tactic}
+\nlsep %\OPT{\TERM{By}}~
+ \OPT{\TERM{!!}}~\NT{tactic}
\end{rules}
\subsection{Gallina and extensions}
@@ -700,7 +701,7 @@ $$
\nlsep \TERM{CoFixpoint}~\NT{rec-definitions}
\nlsep \TERM{Scheme}~\NT{scheme}~\STARGR{\KWD{with}~\NT{scheme}}
%% Extension: record
-\nlsep \NT{record-tok}~\OPT{\TERM{$>$}}~\NT{ident}~\STAR{\NT{binder}}
+\nlsep \NT{record-tok}~\OPT{\TERM{$>$}}~\NT{ident}~\STAR{\NT{binder-let}}
~\KWD{:}~\NT{constr}~\KWD{:=}
~\OPT{\NT{ident}}~\KWD{\{}~\NT{field-list}~\KWD{\}}
\end{rules}
@@ -735,7 +736,7 @@ $$
\TERM{Eval}~\NT{red-expr}~\KWD{in}
\SEPDEF
\DEFNT{inductive-definition}
- \OPT{\NT{string}}~\NT{ident}~\STAR{\NT{binder}}~\KWD{:}
+ \OPT{\NT{string}}~\NT{ident}~\STAR{\NT{binder-let}}~\KWD{:}
~\NT{constr}~\KWD{:=}
~\OPT{\TERMbar}~\OPT{\NT{constructor-list}}
\SEPDEF