and on the callsite ```with(Either.applicative(),...
# arrow
p
and on the callsite
Copy code
with(Either.applicative(), List.traverse()) {
  val f: Either<Throwable, List<Int>> = myListOfEither.sequence()
}