Issue with `YieldableError` in `Either.gen` not yielding as expected
I can't use a
YieldableError in an Either.gen as it translates to the Effect type rather than Either: https://effect.website/play#e8eba7f63bd3 (based on https://effect.website/docs/error-management/yieldable-errors/#dataerror). Should it be compatible? I can wrap it in an Either.left, but I was expecting it to be yieldable.