diff options
| author | herbelin | 2012-12-04 23:26:21 +0000 |
|---|---|---|
| committer | herbelin | 2012-12-04 23:26:21 +0000 |
| commit | e2da4d5758d0167cb621f2b57bb61708a2d6dbe4 (patch) | |
| tree | 3e25d69ffb034bc386b4f737be723ec6f141628d /CHANGES | |
| parent | a05c335c2d38a5cf08bc0fda76d69a13e0ead040 (diff) | |
Revised the strategy for automatic insertion of spaces when printing
notations: - hopefully never 2 spaces when the user did not ask for -
more systematic default insertion of spaces around symbols - e.g. have
space before "[" if after a non-terminal - have spaces between
consecutive terminals
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16019 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ Notations - A notation can be given a (compat "8.x") annotation, making it behave like a (only parsing), but flags may active warning or error when this notation is used. +- More systematic insertion of spaces as a default for printing + notations ("format" still available to override the default). Internal Infrastructure |
