Study note

Haskell Programming from First Principles

Properties

Type
Books
Status
想读
Domain
Compilers / PL
Category
编程语言与函数式编程
Source
haskellbook.com
Vault note
library/books/compilers/Haskell-Programming-from-First-Principles-b637a0596e8ad83f.md

Summary

系统性的 Haskell 教材,从表达式、类型、类型类、递归、fold、monoid、functor、applicative、monad、parser、IO 和 transformer 等内容逐步推进。

Highlights

比轻量入门书更扎实,适合把 Haskell 当作理解类型、抽象和函数式程序结构的训练场,而不只是快速浏览语法。

Notes

Christopher Allen、Julie Moronuki。

Comments

Loading comments...