Improve "How to think in haskell?"

This commit is contained in:
Julian Ospald 2015-04-16 21:18:45 +02:00
parent 20717c2f02
commit 72d6e29f3d
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ Let's reiterate. Haskell is:
\begin{frame}
\frametitle{How to think haskell?}
\begin{itemize}[<+->]
\item forget about imperative, procedural, OOP; forget about any programming language
\item think in types!
\begin{itemize}[<+->]
\item don't be afraid of type errors