Seeking Efficient Error Matching Patterns for `effect/rpc` and `effect-atom`
Does anybody have some nice
effect/rpc / effect-atom error matching patterns on the frontend? currently doing exit -> either<E, Cause> -> match.value but I feel like this could be much more efficient!