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 17d6561 commit d2bc00fCopy full SHA for d2bc00f
tests/monoid_enriched_cat.v
@@ -34,4 +34,9 @@ HB.instance Definition _ (T : Monoid_enriched_quiver.type) (A B : T) : isMon (@h
34
35
(* each instance of isMon should be tried as an instance of hom_isMon *)
36
37
-
+HB.instance Definition _ := isQuiver.Build Type (fun A B => A -> B).
38
+Fail HB.instance Definition homTypeMon (A B : Quiver.type) := isMon.Build (hom A B) (* ... *).
39
+(* This last command should create a `Monoid_enriched_quiver`, in order to do so it should
40
+ automatically instanciate the wrapper `hom_isMon`:
41
+ HB.instance Definition _ := hom_isMon.Build Type homTypeMon.
42
+ *)
0 commit comments