Improve wording

This commit is contained in:
Julian Ospald 2015-04-17 18:41:46 +02:00
parent 19ede54d1a
commit fab913d5b9
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020

View File

@ -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