Join Slack
Powered by
Is there a quick way to flip `List<Either<A,...
# arrow
s
sam
06/26/2019, 8:27 PM
Is there a quick way to flip
List<Either<A, B>>
into an
Either<A, List<B>
. Happy for the result error type to be either a list or the first error.
Open in Slack
Previous
Next