Rm extraneous empty line

This commit is contained in:
Julian Ospald 2015-04-21 00:47:23 +02:00
parent 3e5590bd72
commit 89ab01a53a
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
\item When are types checked in haskell? \item When are types checked in haskell?
\item What are the differences between lists and pairs? \item What are the differences between lists and pairs?
\end{itemize} \end{itemize}
\vspace{\baselineskip}
Does this compile? If not, fix it. Is this a total or a partial function? Does this compile? If not, fix it. Is this a total or a partial function?
\begin{haskellcode} \begin{haskellcode}
data IntOrDouble = MkDouble Double data IntOrDouble = MkDouble Double