Add question about differences of pairs and lists

Этот коммит содержится в:
Julian Ospald 2015-04-17 18:41:25 +02:00
родитель 3a1a7f668b
Коммит 19ede54d1a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 220CD1C5BDEED020
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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