`.flatMap { it.fold(::emptyList, ::listOf) }` is s...
# arrow
a
.flatMap { it.fold(::emptyList, ::listOf) }
is something I’m ok with for now