`flatMap { it.fold({ a -> f.map { ff -> ff(a...
# arrow-contributors
p
flatMap { it.fold({ a -> f.map { ff -> ff(a) } }, { b -> just(b) }) }