yes likely. Btw `traverse(Applicative) { it }` is ...
# arrow
j
yes likely. Btw
traverse(Applicative) { it }
is equal to
sequence(Applicative)
What you can do is
attempt()
each io first and then accumulate the eithers you get. I don't know if there is a better way, but that could work 🙂