concatMap | R Documentation |
concat
%.%
map
. Here the list can be used as monoid, neglecting some values,
while concat collects the accepted values.concatMap :: (a -> [b]) -> [a] -> [b]
concatMap(f, xs)
f |
function to apply |
xs |
list |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.