aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-16 16:01:09 +0000
committerGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-16 16:01:09 +0000
commit5ff8193e416bee00c7a0c72e1f22d5c281aa4718 (patch)
tree44fa012e12770b452b15f0d337f8b1004f72d65c /doc
parenta1b715a8ef3984161f4ed306157ee539990cd8c5 (diff)
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4657 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rw-r--r--doc/syntax-v8.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/syntax-v8.tex b/doc/syntax-v8.tex
index b947a033a..ccb5c1077 100644
--- a/doc/syntax-v8.tex
+++ b/doc/syntax-v8.tex
@@ -380,7 +380,7 @@ $$
\nlsep \TERM{case}~\NT{constr-with-bindings}
\nlsep \TERM{casetype}~\tacconstr
\nlsep \KWD{fix}~\OPT{\NT{ident}}~\NT{int}
-\nlsep \KWD{fix}~\NT{ident}~\NT{int}~\PLUS{\NT{fix-spec}}
+\nlsep \KWD{fix}~\NT{ident}~\NT{int}~\KWD{with}~\PLUS{\NT{fix-spec}}
\nlsep \KWD{cofix}~\OPT{\NT{ident}}
\nlsep \KWD{cofix}~\NT{ident}~\PLUS{\NT{fix-spec}}
%%
@@ -391,7 +391,7 @@ $$
\nlsep \TERM{pose}~\tacconstr
\nlsep \TERM{pose}~
\TERM{(}~\NT{ident}~\KWD{:=}~\taclconstr~\TERM{)}
-\nlsep \TERM{generalize}~\tacconstr~\STARGR{\KWD{,}~\tacconstr}
+\nlsep \TERM{generalize}~\PLUS{\tacconstr}
\nlsep \TERM{generalize}~\TERM{dependent}~\tacconstr
\nlsep \TERM{lettac}~
\TERM{(}~\NT{ident}~\KWD{:=}~\taclconstr~\TERM{)}~\NT{clause-pattern}
@@ -453,7 +453,7 @@ $$
\nlsep \TERM{cbv}~\PLUS{\NT{red-flag}}
\nlsep \TERM{lazy}~\PLUS{\NT{red-flag}}
\nlsep \TERM{unfold}~\NT{unfold-occ}~\STARGR{\KWD{,}~\NT{unfold-occ}}
-\nlsep \TERM{fold}~\tacconstr~\STARGR{\KWD{,}~\tacconstr}
+\nlsep \TERM{fold}~\PLUS{\tacconstr}
\nlsep \TERM{pattern}~\NT{pattern-occ}~\STARGR{\KWD{,}~\NT{pattern-occ}}
\SEPDEF
\DEFNT{conversion}
@@ -473,8 +473,8 @@ Conflicts exists between integers and constrs.
\SEPDEF
%% TODO: lconstr not followed by a keyword
\DEFNT{fix-spec}
- \KWD{with}~\NT{ident}~\STAR{\NT{binder}}~\OPT{\NT{annot}}
- ~\KWD{:}~\taclconstr
+ \KWD{(}~\NT{ident}~\STAR{\NT{binder}}~\OPT{\NT{annot}}
+ ~\KWD{:}~\taclconstr~\KWD{)}
\SEPDEF
\DEFNT{intro-patterns}
\STAR{\NT{intro-pattern}}