Rm reference to polymorphic data types

This commit is contained in:
Julian Ospald 2015-04-21 18:35:29 +02:00
부모 5acabb296f
커밋 91330daea8
No known key found for this signature in database
GPG 키 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