We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04865a commit d6a97b4Copy full SHA for d6a97b4
contrib/SetoidRewrite.v
@@ -89,8 +89,8 @@ Proof.
89
intros a b Rab x y R'yx. apply H1; [ assumption | symmetry; assumption ].
90
Defined.
91
92
-#[export] Instance IsProper_fmap {A B : Type} `{Is1Cat A}
93
- `{Is1Cat A} (F : A -> B) `{Is1Functor _ _ F} (a b : A)
+#[export] Instance IsProper_fmap {A B : Type}
+ (F : A -> B) `{Is1Functor _ _ F} (a b : A)
94
: CMorphisms.Proper (GpdHom ==> GpdHom) (@fmap _ _ _ _ F _ a b)
95
:= fun _ _ => fmap2 F.
96
0 commit comments