We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d019b commit a8227f4Copy full SHA for a8227f4
1 file changed
Mathlib/CategoryTheory/Monad/Products.lean
@@ -13,7 +13,7 @@ public import Mathlib.CategoryTheory.Monad.Algebra
13
# Algebras for the coproduct monad
14
15
The functor `Y ↦ X ⨿ Y` forms a monad, whose category of monads is equivalent to the under category
16
-of `X`. Similarly, `Y ↦ X ⨯ Y` forms a comonad, whose category of comonads is equivalent to the
+of `X`. Similarly, `Y ↦ X ⨯ Y` forms a comonad, whose category of coalgebras is equivalent to the
17
over category of `X`.
18
19
## TODO
0 commit comments