I was wondering if there are any new thoughts on “...
# arrow
m
I was wondering if there are any new thoughts on “how to convert a
List<Either<A,B>>
to two separate lists of As and Bs in an arrow way”? That
partitionEithers
looks awesome and it’s nice that it works with any Foldable, but is a bit tough to grok. Anything new available in the last 3 years?