Skip to content

Commit

Permalink
Merge pull request #398 from proux01/coq_18164
Browse files Browse the repository at this point in the history
Adapt ro coq/coq#18164
  • Loading branch information
gares authored Nov 3, 2023
2 parents 2a10928 + 749f375 commit 07a799d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/funclass.v
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ About id.

Require Import Arith ssreflect.

HB.instance Definition x1 := has_assoc.Build nat plus plus_assoc.
HB.instance Definition x1 := has_assoc.Build nat plus Nat.add_assoc.

Lemma plus_O_r x : x + 0 = x. Proof. by rewrite -plus_n_O. Qed.
HB.instance Definition x2 := has_neutral.Build nat plus 0 plus_O_n plus_O_r.
Expand Down

0 comments on commit 07a799d

Please sign in to comment.