Closed b-studios closed 3 months ago
If you get the time, could you also add a basic boundary handler for Control as per the discussion in https://github.com/effekt-lang/effekt/issues/404#issuecomment-2194555200? (so that we can express an early exit from a function in examples without the need for a return)
boundary
Control
return
If you get the time, could you also add a basic
boundary
handler forControl
as per the discussion in https://github.com/effekt-lang/effekt/issues/404#issuecomment-2194555200? (so that we can express an early exit from a function in examples without the need for areturn
)