Fix component in triangular identities

This commit is contained in:
Bartosz Milewski 2018-07-09 22:10:54 -07:00
parent 944ddf2220
commit d2c28bbf16

View File

@ -179,7 +179,7 @@ transformations, and their composition is the horizontal composition of
natural transformations. In components, these identities become:
\begin{gather*}
\varepsilon_{L d} \circ L \eta_d = \id_{L d} \\
R \varepsilon_c \circ \eta_{R c} = \id_{R c}
R \varepsilon_{c'} \circ \eta_{R c} = \id_{R c}
\end{gather*}
We often see unit and counit in Haskell under different names. Unit is
known as \code{return} (or \code{pure}, in the definition of