From fab913d5b9c5819bdbe4de97a9c6fff5ac1c6861 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 17 Apr 2015 18:41:46 +0200 Subject: [PATCH] Improve wording --- VL1.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VL1.tex b/VL1.tex index ebe296e..b25938e 100644 --- a/VL1.tex +++ b/VL1.tex @@ -691,7 +691,7 @@ For haskell IDEs, see \url{https://wiki.haskell.org/IDEs} \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? +Does this compile? If not, fix it. Is this a total or a partial function? \begin{haskellcode} data IntOrDouble = MkDouble Double | MkInt Int