Skip to content

Commit 1ceb6ea

Browse files
committed
update
1 parent 6f1dee6 commit 1ceb6ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/monoid_law_structure.v

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ HB.mixin Record isPreMonoid T := {
1515
HB.structure Definition PreMonoid := { T of isPreMonoid T }.
1616

1717
HB.structure Definition Monoid :=
18-
{ T of isPreMonoid T & isMonLaw T zero add }.
18+
{ T of isPreMonoid T &
19+
isMonLaw T zero add }.
20+
(* isMonLaw T (@zero (PreMonoid.clone T _)) (@add (PreMonoid.clone T _))*)

0 commit comments

Comments
 (0)