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
but I cannot find a similar function in Either type, thanks
