Haskell: Difference between revisions

From base48
imported>Rmarko
(add utilities)
imported>Adluc
No edit summary
Line 78: Line 78:
* https://kseo.github.io//posts/2017-01-21-writer-monad.html
* https://kseo.github.io//posts/2017-01-21-writer-monad.html
* http://www.stephendiehl.com/posts/monads.html
* http://www.stephendiehl.com/posts/monads.html
* http://www.muitovar.com/monad/moncow.xhtml


==== Monad transformers ====
==== Monad transformers ====

Revision as of 03:01, 1 January 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

Blogs

Local projects