I still think that `traverse(IO.applicative()) { i...
# arrow
j
I still think that
traverse(IO.applicative()) { it.attempt() }.fix()
could be worth doing. Then your consumer can work on
ListK<Either<Throwable, MappedResource>>
or something like that. 😅 Over that it should be relatively easy to accumulate the errors (i am also pretty sure there are helpers for that in either)