extensible-effects
extensible-effects copied to clipboard
Extensible Effects: An Alternative to Monad Transformers
Just describing an idea I want to work on. It would be call if instead of multiple chains of 'runError' handlers we also provide a handler that handles all exception...
`MTL`s `State` is very fast and difficult to beat when it comes to single-effect uses. Can this be beaten? Similarly for non-determinism, `ContT` is difficult to beat.
As I can see, there is no documentation that presents the effects implemented in this package in Detail and presents usages. Sure, there is an Example module but I did...
Hello all, over the next few months I might not be in a position to be an active maintainer (due to personal reasons). I would like to ensure that in...