Skip to content

Commit

Permalink
adapt to coq/coq#19872
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed Nov 26, 2024
1 parent cbcd547 commit ab04edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coqdocjs
Submodule coqdocjs updated 1 files
+1 −1 extra/footer.html
2 changes: 1 addition & 1 deletion theories/Structures/Monoid.v
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Section Monoid.
; monoid_unit : S
}.

Class MonoidLaws@{} (M : Monoid) : Type :=
Class MonoidLaws@{} (M : Monoid) :=
{ monoid_assoc : Associative M.(monoid_plus) eq
; monoid_lunit : LeftUnit M.(monoid_plus) M.(monoid_unit) eq
; monoid_runit : RightUnit M.(monoid_plus) M.(monoid_unit) eq
Expand Down

0 comments on commit ab04edb

Please sign in to comment.