Rm reference to polymorphic data types

This commit is contained in:
Julian Ospald 2015-04-21 18:35:29 +02:00
父節點 5acabb296f
當前提交 91330daea8
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 220CD1C5BDEED020
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -1,5 +1,5 @@
\begin{itemize}
\item how to write polymorphic data types and functions
\item how to write polymorphic functions
\item how you inline functions
\item what currying is and why we need it in haskell
\item how you compose functions