|
|
|
|
|
by adastra22
336 days ago
|
|
No. It is essentially resumable exceptions. You throw an exception saying “I need a MyAlgebraicType” and the effect handler catches the exception, generates the value, and returns execution to the place the exception was called from. |
|