Anyway, back to the question: it depends on what a...
# getting-started
d
Anyway, back to the question: it depends on what are you trying to express in the code that creates a list. Quite often simple
map
or
mapNotNull
is fine. But you really don't have to shoehorn it in terms of higher-order functions.