1
0
Fork 0

Fix error in polymorphism slide

Dieser Commit ist enthalten in:
Julian Ospald 2015-04-19 17:54:45 +02:00
Ursprung ca0f732f08
Commit 2f6a14e943
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 220CD1C5BDEED020
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -98,7 +98,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 (\emph{not} the same). That's all we know.
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.
\vspace{\baselineskip}
\\
\pause