diff options
| author | coqbot-app[bot] | 2020-09-22 17:42:57 +0000 |
|---|---|---|
| committer | GitHub | 2020-09-22 17:42:57 +0000 |
| commit | 46bc7d034aa57c21825371e99b25c6f86c0812d1 (patch) | |
| tree | 927868586fb64c5a4c6810ea59095e99b9fd979c /doc | |
| parent | c3a73c5e923953efea016a81d380e58b2cccb4f9 (diff) | |
| parent | 899e3cd4bba5c6ba0ec6ec60f20acf4ae507fa27 (diff) | |
Merge PR #12960: Fixes #9403 and #10803: missing flattening of nested applications in notations
Reviewed-by: ejgallego
Ack-by: maximedenes
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/03-notations/12960-master+fix9403-missing-flattening-app-notations.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/changelog/03-notations/12960-master+fix9403-missing-flattening-app-notations.rst b/doc/changelog/03-notations/12960-master+fix9403-missing-flattening-app-notations.rst new file mode 100644 index 0000000000..fc909e7a1d --- /dev/null +++ b/doc/changelog/03-notations/12960-master+fix9403-missing-flattening-app-notations.rst @@ -0,0 +1,8 @@ +- **Fixed:** + Issues in the presence of notations recursively referring to another + applicative notations, such as missing scope propagation, or failure + to use a notation for printing + (`#12960 <https://github.com/coq/coq/pull/12960>`_, + fixes `#9403 <https://github.com/coq/coq/issues/9403>`_ + and `#10803 <https://github.com/coq/coq/issues/10803>`_, + by Hugo Herbelin). |
