effet v0.2.0.0 Release Notes

Release Date: 2020-07-29 // over 3 years ago
    • Lifted the restriction that one handler can exactly handle one effect. Handlers can now handle multiple effects.
    • 👀 Effects whose definitions refer to other effects (see the RWS effect, for example) are now possible to implement, but only manually for now (i.e., no code generation).