diff options
| author | Maxime Dénès | 2020-02-26 12:54:14 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2020-02-26 15:27:12 +0100 |
| commit | d817f3b203dd7bc7ea756c829384f10ccc4e5f64 (patch) | |
| tree | 120a5365c05f8cd03ac87b74324588a6b8542b8c /doc | |
| parent | fe1335eb350c305142bf4be57c681891515a5dac (diff) | |
Consolidate int63-related notations
We avoid redundant notations for the same concepts and make sure
notations do not break Ltac parsing for users of these libraries.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/10-standard-library/11686-fix-int-notations.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/11686-fix-int-notations.rst b/doc/changelog/10-standard-library/11686-fix-int-notations.rst new file mode 100644 index 0000000000..12a68e208f --- /dev/null +++ b/doc/changelog/10-standard-library/11686-fix-int-notations.rst @@ -0,0 +1,6 @@ +- **Changed:** + Notations [|x|] and [||x||] for morphisms from 63-bit integers to Z and + zn2z int have been removed in favor of φ x and Φ x respectively. These + notations were breaking Ltac parsing. + (`#11686 <https://github.com/coq/coq/pull/11686>`_, + by Maxime Dénès). |
