aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-07-08 17:12:59 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-11-27 19:31:49 +0100
commite4a09fc480f512f54d5e7ba05d7e408dc5817a46 (patch)
tree3ce040b7abb1860a3dc60aade92e454c121c355b /CHANGES
parent97960e114e72bc38814e78a71f06aca4fdfc4512 (diff)
Selecting which notation to print based on current stack of scope.
See discussion on coq-club starting on 23 August 2016. An open question: what priority to give to "abbreviations"?
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7a326c589..76ff0f52c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@ Notations
right (e.g. "( x ; .. ; y ; z )") now supported.
- Notations with a specific level for the leftmost nonterminal,
when printing-only, are supported.
+- When several notations are available for the same expression,
+ priority is given to latest notations defined in the scopes being
+ opened rather than to the latest notations defined independently of
+ whether they are in an opened scope or not.
Tactics