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