Since you have here an `Either` and the Either app...
# arrow
r
Since you have here an
Either
and the Either applicative instance is consistent with the Either monad it would shortcircuit in the first one such as that further occurrences of other errors in the list would be ignored. If they are all
Right
then you get back a
Right(List(1,2,3,...))