We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499c6e5 commit 21595c3Copy full SHA for 21595c3
2 files changed
doc/changelog/04-removed/149-remove-alias-Zmod.rst
@@ -0,0 +1,6 @@
1
+- in `Zdiv.v`
2
+
3
+ + alias `Zmod` for `Z.modulo`, deprecated since 8.17
4
+ (`#149 <https://github.com/coq/stdlib/pull/149>`_,
5
+ by Andres Erbsen).
6
theories/ZArith/Zdiv.v
@@ -22,8 +22,6 @@ Local Open Scope Z_scope.
22
23
#[deprecated(since="8.17",note="Use Coq.ZArith.BinIntDef.Z.pos_div_eucl instead")]
24
Notation Zdiv_eucl_POS := Z.pos_div_eucl (only parsing).
25
-#[deprecated(since="8.17",note="Use Coq.ZArith.BinIntDef.Z.modulo instead")]
26
-Notation Zmod := Z.modulo (only parsing).
27
28
#[deprecated(since="8.17",note="Use BinInt.Z.pos_div_eucl_bound instead")]
29
Notation Zmod_POS_bound := Z.pos_div_eucl_bound (only parsing).
0 commit comments