Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/changelog/04-removed/149-remove-alias-Zmod.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- in `Zdiv.v`

+ alias `Zmod` for `Z.modulo`, deprecated since 8.17
(`#149 <https://github.com/coq/stdlib/pull/149>`_,
by Andres Erbsen).

2 changes: 0 additions & 2 deletions theories/ZArith/Zdiv.v
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Local Open Scope Z_scope.

#[deprecated(since="8.17",note="Use Coq.ZArith.BinIntDef.Z.pos_div_eucl instead")]
Notation Zdiv_eucl_POS := Z.pos_div_eucl (only parsing).
#[deprecated(since="8.17",note="Use Coq.ZArith.BinIntDef.Z.modulo instead")]
Notation Zmod := Z.modulo (only parsing).

#[deprecated(since="8.17",note="Use BinInt.Z.pos_div_eucl_bound instead")]
Notation Zmod_POS_bound := Z.pos_div_eucl_bound (only parsing).
Expand Down