Skip to content

Commit 6726472

Browse files
authored
Update tests/monoid_enriched_cat.v
1 parent d2bc00f commit 6726472

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/monoid_enriched_cat.v

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Fail HB.structure
2525
HB.mixin Record hom_isMon T of Quiver T :=
2626
{ private : forall A B, isMon (@hom T A B) }.
2727

28+
(* Step 2: at structure declaration, export the main and only projection
29+
of each declared wrapper as an instance of the wrapped structure on
30+
its subject *)
2831
HB.structure
2932
Definition Monoid_enriched_quiver :=
3033
{ Obj of isQuiver Obj & hom_isMon Obj }.

0 commit comments

Comments
 (0)