Skip to content

Commit a2920bf

Browse files
authored
Merge pull request #134 from andres-erbsen/Zmodulo-instead-of-Zmod
Replace deprecated alias Zmod with Z.modulo
2 parents f0b263a + 9caaa52 commit a2920bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations/stdlib_binary_integers.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Qed.
261261
#[global]
262262
Instance Z_div: DivEuclid Z := Z.div.
263263
#[global]
264-
Instance Z_mod: ModEuclid Z := Zmod.
264+
Instance Z_mod: ModEuclid Z := Z.modulo.
265265

266266
#[global]
267267
Instance: EuclidSpec Z _ _.

0 commit comments

Comments
 (0)