Improve wording

This commit is contained in:
Bartosz Milewski 2018-09-17 22:14:46 -07:00
parent 9488b456a4
commit f4c2e7b74e

View File

@ -236,7 +236,7 @@ polymorphic functions of the type:
\begin{Verbatim}
type ProdP p = forall a b. (a -> b) -> p a b
\end{Verbatim}
These functions have different types. However, we can unify their types,
Functions \code{lambda} and \code{rho} have different types. However, we can unify their types,
if we form one big product type, gathering together all diagonal
elements of \code{p}: