Browse Source

Add "What you sould know now" section

stripped-german
Julian Ospald 9 years ago
parent
commit
f0e1ea77f3
No known key found for this signature in database GPG Key ID: 220CD1C5BDEED020
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      VL1.tex

+ 10
- 0
VL1.tex View File

@@ -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 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} \item debugging in haskell:\\ \url{https://wiki.haskell.org/Debugging}
\end{itemize} \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} \end{frame}


\begin{frame} \begin{frame}


Loading…
Cancel
Save