eff
eff copied to clipboard
🚧 a work in progress effect system for Haskell 🚧
I wanted to play around and hence added a nix flake for `hls` and building with nix. Perhaps someone will find it useful. - `nix develop` to get tooling and...
I was wondering what the status was on `Eff` since the delimited continuation primops have been merged.
Hey, I see you made `eff` compile with GHC 9.6 on a branch, so I re-enabled `eff` benchmarks in `effectful` [here](https://github.com/haskell-effectful/effectful/tree/bench-eff). You can see how it currently fares against other...
Currently the version of `prompt#` and `control0#` used in `eff` do not receive `PromptTag#`s, and so doesn't compile with GHC 9.6. Is it possible to reuse one global prompt tag...
I am reading `eff`'s source code and I saw that in the `control` operation, it throws a captured frame up to the handler to deal with, instead of resuming it...