From e0c1112ca03008d96ff4121d80d68c954c8ade86 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 21 Apr 2015 14:07:57 +0200 Subject: [PATCH] Improve "how to think haskell" --- VL1/content/VL1_how_to_think_haskell.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/VL1/content/VL1_how_to_think_haskell.tex b/VL1/content/VL1_how_to_think_haskell.tex index ffd6d97..5998e6a 100644 --- a/VL1/content/VL1_how_to_think_haskell.tex +++ b/VL1/content/VL1_how_to_think_haskell.tex @@ -15,4 +15,5 @@ \end{itemizep} \item solve atomic parts of general problems and combine them into greater solutions \item don't be afraid of recursion! +\item write less, think more! \end{itemizep} \ No newline at end of file