Skip to content

Commit

Permalink
Merge pull request #98 from mrhaandi/N-Z-div-mod
Browse files Browse the repository at this point in the history
compatibility with PR #14037
  • Loading branch information
spitters authored May 21, 2021
2 parents a0d437c + f2d060a commit ff720a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/stdlib_binary_integers.v
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Instance Z_mod: ModEuclid Z := Zmod.
Instance: EuclidSpec Z _ _.
Proof.
split; try apply _.
exact Z_div_mod_eq_full.
exact Z.div_mod.
intros x y Ey. destruct (Z_mod_remainder x y); intuition.
now intros [].
now intros [].
Expand Down

0 comments on commit ff720a5

Please sign in to comment.