Skip to content

Commit a67a044

Browse files
committed
Another attempt at fixing the counit problem for coq:dev
1 parent 4501fb3 commit a67a044

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Monad/Adjunction.v

+3-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ Proof.
7575
- simpl.
7676
srewrite (@fmap_counit_unit); cat.
7777
- rewrite <- !fmap_comp.
78-
now srewrite (naturality[counit[X]]).
78+
apply fmap_respects.
79+
symmetry.
80+
apply (naturality[counit]).
7981
Qed.
8082

8183
End AdjunctionMonad.

0 commit comments

Comments
 (0)