本節書摘來自異步社群《haskell函數式程式設計入門》一書中的導讀,作者 張淞,更多章節内容可以通路雲栖社群“異步社群”公衆号檢視

第1章haskell簡介
<a href="https://yq.aliyun.com/articles/91033">第1章第1節haskell的由來</a>
<a href="https://yq.aliyun.com/articles/91036">第1章第2節haskell編譯器的安裝以及編寫環境</a>
<a href="https://yq.aliyun.com/articles/91040">第1章第3節ghci的使用</a>
<a href="https://yq.aliyun.com/articles/91043">第1章第4節.hs和.lhs檔案、注釋與庫函數</a>
<a href="https://yq.aliyun.com/articles/91048">第1章第5節第一個haskell程式helloworld!</a>
<a href="https://yq.aliyun.com/articles/91050">第1章第6節小結</a>
第2章類型系統和函數
第3章基于布爾值的函數
第4章庫函數及其應用
第5章遞歸函數
第6章清單内包
第7章高階函數與複合函數
第8章定義資料類型
第9章定義類型類
第10章monad初步
第11章系統程式設計及輸入/輸出
第12章記錄器monad、讀取器monad、狀态monad
第13章monad轉換器
第14章 quickcheck簡介
第15章惰性求值簡介
第16章并行與并發程式設計
參考文獻
後 記