From 91330daea822f7fe684ac2649c7d82b0a7504261 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 21 Apr 2015 18:35:29 +0200 Subject: [PATCH] Rm reference to polymorphic data types --- VL2/content/VL2_what_you_should_know.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VL2/content/VL2_what_you_should_know.tex b/VL2/content/VL2_what_you_should_know.tex index fd54d2b..eedf69b 100644 --- a/VL2/content/VL2_what_you_should_know.tex +++ b/VL2/content/VL2_what_you_should_know.tex @@ -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