diff options
| author | Hugo Herbelin | 2020-04-08 19:18:55 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2020-04-08 19:18:55 +0200 |
| commit | 459faeddd095789affa30e7cf3b59fdaf95c1a0f (patch) | |
| tree | b4d1d96023e0729d6cf06f77f4e2b4e7522f4f7a /doc | |
| parent | b26d1f477990d88e235ffda0f23f494456ce5862 (diff) | |
| parent | 50a55c0c6eac87a6aaf281dba9b2bc5b0359b09d (diff) | |
Merge PR #11909: Make the level of ≡ in Int63 consistent with =
Reviewed-by: anton-trunov
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/10-standard-library/11909-fix-≡-level.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/11909-fix-≡-level.rst b/doc/changelog/10-standard-library/11909-fix-≡-level.rst new file mode 100644 index 0000000000..96551be537 --- /dev/null +++ b/doc/changelog/10-standard-library/11909-fix-≡-level.rst @@ -0,0 +1,7 @@ +- **Changed:** + The level of :g:`≡` in ``Coq.Numbers.Cyclic.Int63.Int63`` is now 70, + no associativity, in line with :g:`=`. Note that this is a minor + incompatibility with developments that declare their own :g:`≡` + notation and import ``Int63`` (fixes `#11905 + <https://github.com/coq/coq/issues/11905>`_, `#11909 + <https://github.com/coq/coq/pull/11909>`_, by Jason Gross). |
