Effect CommunityEC
Effect Community2y ago
1 reply
hczhang

How to use traversable instance

I would like to do traverse/sequence action form type ReadonlyArray<Either<A, E>> to Either<ReadonlyArray<A>, E>
but I cannot find a similar function in Either type, thanks
Was this page helpful?