Haskell: Difference between revisions

From base48
imported>Rmarko
(Category theory)
imported>Adluc
(what_does_free_buy_us)
Line 69: Line 69:
* http://www.haskellforall.com/2013/02/you-could-have-invented-comonads.html
* http://www.haskellforall.com/2013/02/you-could-have-invented-comonads.html
* http://dlaing.org/cofun/posts/free_and_cofree.html
* http://dlaing.org/cofun/posts/free_and_cofree.html
* http://www.parsonsmatt.org/2017/09/22/what_does_free_buy_us.html


==== LogicT ====
==== LogicT ====

Revision as of 22:02, 18 March 2018

Resources for learning Haskell

General

Topics

Parsing

HTML

Databases

APIs

Streaming

Shell programming

Networking

Functors, applicative, monads

Lens

Concurrency

Utilities

Advanced topics

Free / CoFree

LogicT

Monads

Monad transformers

MonadLib

(e)DSLs / Languages

Category theory

Blogs

Local projects