Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.73 KB

monads.org

File metadata and controls

35 lines (23 loc) · 1.73 KB

Monad Tutorials

A catalog of tutorials written on monads. Feel free to do a PR/raise an issue if you know of any stellar tutorials on it.

Garlandus (2018)

A good tutorial that first introduces group theory and algebraic structures before delving into the details on monads. This way, a somewhat natural progression can be seen on how the ideas got motivated and emerged into Category Theory. The part about duals and natural transformations are well written.

Dan Piponi (2006)

Turtles Turtles Turtles (2019)

Dan Piponi (2008)

James Coglan (2011)

Paul Shen (2020)

Aditya Bargava’s visual introduction to functional programming concepts

Josh Haberman

Surveys