in 1.2, is there a pattern akin to `mapOrAccumulate()` that stops mapping at the first `Right` value...
t
in 1.2, is there a pattern akin to
mapOrAccumulate()
that stops mapping at the first
Right
value? i have a hacky
fold
way of doing it from 1.1 that i don't particularly like.