extensible-effects icon indicating copy to clipboard operation
extensible-effects copied to clipboard

Extensible Effects: An Alternative to Monad Transformers

Results 4 extensible-effects issues
Sort by recently updated
recently updated
newest added

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.

ready

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...

enhancement
in progress

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...

in progress
help wanted