extensible
extensible copied to clipboard
Extensible records, variants, structs, effects, tangles
The mechanism of indicating error using `Elaborate` type family is quite cool but now that `extensible` doesn't support older GHC, it can use `GHC.TypeError` to show more readable error messages....
Hi, during investigating topic of Free monads, I have found your blog post about performance of extensible. I have found it interesting and tried to start using, but struggling to...
The type of accumulation operator taken by `haccum` (it's `... -> g x -> h x -> h x`) suggests right fold will be performed, while in fact `haccum` performs...
Hi there ! Thank you for this amazing library :-) For now, the current version on Hackage does not build, and `extensible` has not been on stackage for a while....