diff options
| author | Jason Gross | 2020-03-23 15:53:26 -0400 |
|---|---|---|
| committer | Jason Gross | 2020-03-23 15:55:40 -0400 |
| commit | 528dd28a48dd7b1898212e2aae9b43bb19fb91cc (patch) | |
| tree | c797790a1aa47c14286b92a4dca0526c0262fc35 /doc | |
| parent | b079040702d34ab06a0b1da2893d739e04477b78 (diff) | |
Fix levels of `<=?` and `<?` in the stdlib
They were defined at level 70, no associativity in all but three places,
where they were instead declared at level 35.
Fixes #11890
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/10-standard-library/11891-fix-order-notations.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/11891-fix-order-notations.rst b/doc/changelog/10-standard-library/11891-fix-order-notations.rst new file mode 100644 index 0000000000..d58d26244a --- /dev/null +++ b/doc/changelog/10-standard-library/11891-fix-order-notations.rst @@ -0,0 +1,10 @@ +- **Changed:** + Notations :g:`<=?` and :g:`<?` from ``Coq.Structures.Orders`` and + ``Coq.Sorting.Mergesort.NatOrder`` are now at level 70 rather than + 35, so as to be compatible with the notations defined everywhere + else in the standard library. This may require re-parenthesizing + some expressions. These notations were breaking the ability to + import modules from the standard library that were otherwise + compatible (fixes `#11890 + <https://github.com/coq/coq/issues/11890>`_, `#11891 + <https://github.com/coq/coq/pull/11891>`_, by Jason Gross). |
