If `parTraverseEither` will short circuit and take...
# arrow
c
If
parTraverseEither
will short circuit and take the left path on the first error, is there some way to collect errors in parallel into a
Validated<Nel<L>,R>
Oop, it has occurred to me that instead I should
parTraverseValidated
👌 4
👌🏼 1
if anyone is interested in this : )
c
I think that this kind of try and error, it's helpful for others, thanks for share it
💯 2