`Either.applicative().map(one, two, three, ...) { ...
# arrow
s
Either.applicative().map(one, two, three, ...) { a, b, c -> ... }