Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.21 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.21 KB

Graph Monad

This library implements a variety of extensible effects frameworks. The goal is to create a generalized "Graph Monad" that achieves an improvement over the implementation of the "freer monad" Eff described in "Extensible Effects", and improved upon in "Freer Monads, Extensible Effects".

Recommended reading to understand the background includes: