diff options
| author | Hugo Herbelin | 2019-12-22 13:04:55 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2020-02-23 08:26:52 +0100 |
| commit | 4ef01a6b646b10ed03d40ea8b92d47f05870fcfd (patch) | |
| tree | 57c5e46a9c25ec8ced1273463f035a86bbaeb35e | |
| parent | 2d51333d75bdcce1c1f53830e7303febd7ec2bf4 (diff) | |
Addressing a changelog comment from Théo Zimmermann.
| -rw-r--r-- | doc/changelog/03-notations/11120-master+refactoring-application-printing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changelog/03-notations/11120-master+refactoring-application-printing.rst b/doc/changelog/03-notations/11120-master+refactoring-application-printing.rst index 7a1d8b508e..d95f554766 100644 --- a/doc/changelog/03-notations/11120-master+refactoring-application-printing.rst +++ b/doc/changelog/03-notations/11120-master+refactoring-application-printing.rst @@ -1,5 +1,5 @@ -- **Fixed:** Inheritance of implicit arguments across notations made - uniform in parsing and printing. With the exception of notations of +- **Fixed:** Parsing and printing consistently handle inheritance of implicit + arguments in notations. With the exception of notations of the form :n:`Notation @string := @@qualid` and :n:`Notation @ident := @@qualid` which inhibit implicit arguments, all notations binding a partially applied constant, as e.g. in :n:`Notation @string := (@qualid {+ @arg })`, |
