Freer Monads, More Extensible Effects (2015) [pdf]

okmij.org

70 points by todsacerdoti 9 hours ago


nbaksalyar - 6 hours ago

I strongly recommend to check all other papers and articles on https://okmij.org/ftp/, every single one of them is brilliant and insightful. I love the pedagogy, the writing style and clarity. Oleg Kiselyov is one of the best technical writers I've discovered recently.

kccqzy - 4 hours ago

If you are looking for real-world code for an effect system, not just a PDF paper, you should probably look at the eff library: https://github.com/hasura/eff

The acknowledgement section on that GitHub README mentions this paper.

wavemode - 2 hours ago

I've always loved this paper. Great reading if you're interested in implementing an effect system from scratch. Though rather overkill if you're just interested in using one.

EdNutting - 31 minutes ago

See also: https://scholar.google.com/citations?hl=en&user=0E8zPucAAAAJ...

Particularly (2014): https://scholar.google.com/citations?view_op=view_citation&h...

sctb - 6 hours ago

(2015) More information here: https://okmij.org/ftp/Haskell/extensible.

Shelby-Thomas - 4 hours ago

[flagged]