Improve wording

This commit is contained in:
Julian Ospald 2015-04-21 18:05:07 +02:00
parent ab7c101b4b
commit 198ccedcf5
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ We can also have:
f :: a -> b
\end{haskellcode}
\pause
So, whatever the function does... it has something of one type and returns something of another type. \hinline{b} \emph{could} be the same type as \hinline{a} here, but it doesn't need to! That's all we know about this function.
So, whatever the function does... it gets something of one type and returns something of another type. \hinline{b} \emph{could} be the same type as \hinline{a} here, but it doesn't need to! That's all we know about this function.
\vspace{\baselineskip}
\\
\pause