Effect CommunityEC
Effect Community3y ago
39 replies
Michael Arnaldi

Representing Yieldable Errors with `class MyError extends Base` Extending `Effect<never, MyError,...

@TylorS thinking about yieldable errors I am not sure how to represent them, how would class MyError extends Base {} end up extending Effect<never, MyError, never> ?
Was this page helpful?