haskell-lectures/VL2/content/VL2_reiteration.tex

6 lines
264 B
TeX

\begin{itemize}
\item What is haskell? What are the 3 fundamental concepts behind it?
\item How do you do pattern matching?
\item What is the difference between lists and tuples? How do you construct them?
\item How do you define your own data types?
\end{itemize}