Skip to content

Commit

Permalink
Make a use of counit more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Jan 30, 2024
1 parent 26eb688 commit e2d060b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monad/Adjunction.v
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Proof.
- simpl.
srewrite (@fmap_counit_unit); cat.
- rewrite <- !fmap_comp.
srewrite (naturality[counit]); cat.
now srewrite (naturality[counit[X]]).

Check failure on line 78 in Monad/Adjunction.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:dev)

Cannot infer the implicit parameter x of naturality whose type is
Qed.

End AdjunctionMonad.

0 comments on commit e2d060b

Please sign in to comment.