From 31bb5dc24c92904c492d48fa6e13f5819affa762 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 16 Apr 2015 20:26:14 +0200 Subject: [PATCH] Add abstraction comment to "A Haskeller might claim..." --- VL1.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/VL1.tex b/VL1.tex index 00ad924..64b6ac1 100644 --- a/VL1.tex +++ b/VL1.tex @@ -76,6 +76,7 @@ A Haskeller might claim: haskell... \item makes it easier to program complex problems \item allows for clean APIs, even without any OOP \item a haskell program of 10K LOC isn't that much different to maintain as a 100K LOC +\item refactoring in haskell means abstraction \end{itemize} \vspace{\baselineskip} \onslide<+->