From f0e1ea77f353d3539f7774240180f43e24a1db4d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 16 Apr 2015 14:46:36 +0200 Subject: [PATCH] Add "What you sould know now" section --- VL1.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/VL1.tex b/VL1.tex index 1a00127..976bbbe 100644 --- a/VL1.tex +++ b/VL1.tex @@ -659,7 +659,17 @@ For haskell IDEs, see \url{https://wiki.haskell.org/IDEs} \item the standard module (similar to libc in C):\\ \url{https://hackage.haskell.org/package/base-4.7.0.0/docs/Prelude.html} \item debugging in haskell:\\ \url{https://wiki.haskell.org/Debugging} \end{itemize} +\end{frame} +\begin{frame} +\frametitle{What you should know now} +\begin{itemize} +\item what haskell is +\item how you write haskell functions +\item how you handle lists and pairs +\item how you do pattern matching +\item how you create your own data types +\end{itemize} \end{frame} \begin{frame}