aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2009-11-12 11:28:56 +0000
committerherbelin2009-11-12 11:28:56 +0000
commit432f9cbff79004a78f5e7bfaeb7fc05f786a1671 (patch)
treedcdd92dae3e476df9361c206f22018bb7f035c3c /CHANGES
parent6bf05daa46ced26deec23c33590e9414d26d40e2 (diff)
Experiment propagation of implicit arguments and arguments scope for
abbreviations of applied references. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12506 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index be07cfe7b9..b6744e25d3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -54,6 +54,8 @@ Notations
- Abbreviations now use implicit arguments and arguments scopes for printing.
- Abbreviations to pure names now strictly behave like the name they refer to
(make redirections of qualified names easier).
+- Abbreviations to applied names now propagate the implicit arguments and
+ arguments scope of the underlying reference.
- The "where" clause now supports multiple notations per defined object.
Vernacular commands