Fix error in polymorphism slide

这个提交包含在:
Julian Ospald 2015-04-19 17:54:45 +02:00
父节点 ca0f732f08
当前提交 2f6a14e943
找不到此签名对应的密钥
GPG 密钥 ID: 220CD1C5BDEED020
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -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