0.11.7 - ^0.12
In this lesson, you’ll learn how to concatenate lists and arrays together. Also, we will see how you can concat and map on the resulting list with concatMap.
concat
map
concatMap
We’ll see how both functions work in PureScript by writing our own.