Improve wording

This commit is contained in:
Julian Ospald 2015-04-21 18:44:24 +02:00
förälder b964f22c39
incheckning 7e379bf475
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 220CD1C5BDEED020
1 ändrade filer med 1 tillägg och 1 borttagningar

Visa fil

@ -9,7 +9,7 @@ We can even have more generic stuff like:
\begin{haskellcode}
f :: a -> b
\end{haskellcode}
Whatever the function does... it has something of one type and returns something of another type (it could be the same type, but doesn't need to). That's all we know.
Whatever the function does... it gets something of one type and returns something of another type (it could be the same type, but doesn't need to). That's all we know.
\vspace{\baselineskip}
\\
\pause