``` fa.flatMap { a -> fb.flatMap { b -> just...
# arrow
r
Copy code
fa.flatMap { a -> fb.flatMap { b -> just(a + b) } }