Improve "How to think in haskell?"

This commit is contained in:
Julian Ospald 2015-04-16 21:18:45 +02:00
父節點 20717c2f02
當前提交 72d6e29f3d
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 220CD1C5BDEED020
共有 1 個檔案被更改,包括 1 行新增0 行删除

查看文件

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