From 19ede54d1a774e19db9c6cf0a4c3224b778ce40b Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 17 Apr 2015 18:41:25 +0200 Subject: [PATCH] Add question about differences of pairs and lists --- VL1.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/VL1.tex b/VL1.tex index 0a9c643..ebe296e 100644 --- a/VL1.tex +++ b/VL1.tex @@ -688,6 +688,7 @@ For haskell IDEs, see \url{https://wiki.haskell.org/IDEs} \item What does the output of a haskell function depend on? \item What is laziness? \item When are types checked in haskell? +\item What are the differences between lists and pairs? \end{itemize} \vspace{\baselineskip} Does this compile? If not, fix it. Is this a total function?