Hello! Is there any trick to make `parTraverseEith...
# arrow
s
Hello! Is there any trick to make
parTraverseEither
return
NonEmptyList
when called on
NonEmptyList
receiver?
s
Hey @Sergei Zubov, No, there currently isn’t but that’s a very good suggestion though! I’ve come across this myself in the past. Are you up for creating a PR? I think delegating to the existing
parTraverse
functions is fine, and we can just use the
NonEmptyList.fromUnsafeList
builder inside Arrow Fx to re-use the
Iterable
functions.
s
I've checked what's going on inside
parTraverse
briefly, it seems doable 🙂
👍 1