deepsoul


Member since 07/26/2009

Name: Volker Schatz

Location: N 48deg55'43.4", E 8deg23'29"

Website: http://www.volkerschatz.com

Theoretical physicist posing as an engineer; and polyglot programmer.

1 snippets

4027 profile views

10 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

deepsoul's Recent Haskell Snippets



« 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 1511 posted 12 years ago by deepsoul
« Prev 1 Next »