Skip to content

Commit

Permalink
Adapt w.r.t. coq/coq#15442.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedrot committed Jan 6, 2022
1 parent 8f0f022 commit ca0795c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/Programming/Show.v
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Section hiding_notation.
Next Obligation.
assert (NPeano.Nat.div n 10 < n) ; eauto.
eapply NPeano.Nat.div_lt.
inversion H; apply Lt.lt_O_Sn.
match goal with [ H : n > _ |- _ ] => inversion H end; apply Lt.lt_O_Sn.
repeat constructor.
Defined.
Global Instance nat_Show : Show nat := { show := nat_show }.
Expand Down

0 comments on commit ca0795c

Please sign in to comment.