We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0821793 commit 234e3f5Copy full SHA for 234e3f5
tests/monoid_enriched_cat.v
@@ -45,6 +45,8 @@ HB.instance Definition _ (T : Monoid_enriched_quiver.type) (A B : T) : isMon (@h
45
46
(* each instance of isMon should be tried as an instance of hom_isMon *)
47
48
+(* Step 3: for each instance of a wrapped mixin on a subject known
49
+ to be wrapped, automatically produce an instance of the wrapper mixin too. *)
50
HB.instance Definition _ := isQuiver.Build Type (fun A B => A -> B).
51
Fail HB.instance Definition homTypeMon (A B : Quiver.type) := isMon.Build (hom A B) (* ... *).
52
(* This last command should create a `Monoid_enriched_quiver`, in order to do so it should
0 commit comments