Look at traverseEither. But be warned there's an i...
# arrow
m
Look at traverseEither. But be warned there's an issue if the list is an Nel.
m
Wouldn't
traverseEither
execute the actions in a reversed order since it is a
foldRight
internally? 🤔 That would be unfortunate for the short-circuiting in my case 😄
j
Both issues (nel and order) are fixed on the snapshots, dunno if 0.13 will get that fix as well tho.
s
Yes, it'll get the fix very soon. Most likely next week.
We'll also backport it to 0.12.x
m
Cool! 👍