Probably `.fix().fold(...)` instead of `.flatMap {...
# arrow
b
Probably
.fix().fold(...)
instead of
.flatMap { it.right() }.fold(...)
- as a guess