`flatMap { it.mapLeft { a -> fs.map { ff -> ...
# arrow-contributors
p
flatMap { it.mapLeft { a -> fs.map { ff -> ff(a) } } }