Hacker News new | ask | show | jobs
by cultus 2308 days ago
Algebraic effects can do all of that and more. They're all checked, because you must provide handlers for effects you include.
1 comments

The tutorial sited in that thread [0] explicitly says the opposite though.

[0] https://github.com/ocamllabs/ocaml-effects-tutorial/blob/mas...