diff options
| author | herbelin | 2003-09-02 17:55:03 +0000 |
|---|---|---|
| committer | herbelin | 2003-09-02 17:55:03 +0000 |
| commit | 4c336314495ebb0a41e0aaf8b896a773f20873de (patch) | |
| tree | d48e420ddb349726f6e6f25d9b5f3ef474a6e703 /doc | |
| parent | 38926d117cc99cd081e768c9539edd59369a56cd (diff) | |
Relachement conflit 'with' dans le cas des Module with Definition
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4295 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/syntax-v8.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/syntax-v8.tex b/doc/syntax-v8.tex index 6f59f53f2d..454f87ca65 100644 --- a/doc/syntax-v8.tex +++ b/doc/syntax-v8.tex @@ -818,7 +818,10 @@ $$ \nlsep \NT{mod-type}~\KWD{with}~\NT{with-declaration} \SEPDEF \DEFNT{with-declaration} - \TERM{Definition}~\NT{ident}~\KWD{:=}~\NTL{constr}{100} + %on forcera les ( ) + %si exceptionnellemt + %un fixpoint ici + \TERM{Definition}~\NT{ident}~\KWD{:=}~\NTL{constr}{} %{100} \nlsep \TERM{Module}~\NT{ident}~\KWD{:=}~\NT{reference} \SEPDEF \DEFNT{of-mod-type} |
