From 4f12e65ea6f8777be6d2a06d5f35f2532f24bef1 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 19 Apr 2015 21:45:46 +0200 Subject: [PATCH] Add question --- VL2.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/VL2.tex b/VL2.tex index 407579a..669a7e0 100644 --- a/VL2.tex +++ b/VL2.tex @@ -712,6 +712,7 @@ GHCi... \begin{itemize} \item what is the difference between \code{let} and \code{where}? \item what is the difference between \code{foldr} and \code{foldl}? +\item what is the difference between explicit and implicit recursion? Give examples \item how many arguments does a haskell function have (strictly speaking)? \item what do you have to keep in mind in order to make function composition work? \item can you define map and filter in terms of foldr?