Profile
Achievement

deepsoul's Recent Haskell Snippets
- All /
« Prev 1 Next »
The `filtermap` functional below allows to perform the standard `map` and `filter` operations in one go. The mapping function has to return a `Maybe` monad, and values of `Nothing` are filtered out.
0
2140
posted 13 years ago by deepsoul