1
0
Fork 0

Add "What you sould know now" section

Esse commit está contido em:
Julian Ospald 2015-04-16 14:46:36 +02:00
commit f0e1ea77f3
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 220CD1C5BDEED020
1 arquivos alterados com 10 adições e 0 exclusões

10
VL1.tex
Ver arquivo

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