Jannis
03/13/2019, 3:06 PMtraverse(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)