Effect Handlers in Scope - Polysemy

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Fendor

Hello! Is there a paper that shows limitations of the "weave" abstraction from "Effect Handlers in Scope" in combination with coroutines ala "Yield"?

Sandy Maguire

i got bitten by this when i implemented it :)

Sandy Maguire

the limitations are, imo, what's left unsaid in that paper

Sandy Maguire

but here is some followup work from wu. presumably they are followups because they address things that didn't work in the earlier paper :)

Fendor

Awesome, thank you!