<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/haskell/tags/filter</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 20:09:34 GMT</pubDate>
<item>
<title>(Haskell) Simultaneous filter and  map - deepsoul</title>
<link>http://snipplr.com/view/59474/simultaneous-filter-and--map/</link>
<description><![CDATA[ <p>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.</p> ]]></description>
<pubDate>Thu, 06 Oct 2011 07:53:01 GMT</pubDate>
<guid>http://snipplr.com/view/59474/simultaneous-filter-and--map/</guid>
</item>
</channel>
</rss>