`ea.flatMap{ a -> eb.map { b -> a + b } }`
# arrow-contributors
p
ea.flatMap{ a -> eb.map { b -> a + b } }