<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 13:12:58 +0000</lastBuildDate>
    <item>
      <title>(Haskell) Simultaneous filter and  map - deepsoul</title>
      <link>https://snipplr.com/view/59474/simultaneous-filter-and--map</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Thu, 06 Oct 2011 07:53:01 UTC</pubDate>
      <guid>https://snipplr.com/view/59474/simultaneous-filter-and--map</guid>
    </item>
    <item>
      <title>(Haskell) Interval of integral points - deepsoul</title>
      <link>https://snipplr.com/view/29989/interval-of-integral-points</link>
      <description>&lt;p&gt;These functions return all points (pairs or triples of coordinates) within a given rectangle or box.  ``pam`` is the reverse map function which was defined [here](http://snipplr.com/view/18351/reverse-map/).&lt;/p&gt;</description>
      <pubDate>Thu, 18 Mar 2010 16:15:42 UTC</pubDate>
      <guid>https://snipplr.com/view/29989/interval-of-integral-points</guid>
    </item>
    <item>
      <title>(Haskell) Apply list of functions to list of arguments, one-to-one - deepsoul</title>
      <link>https://snipplr.com/view/19835/apply-list-of-functions-to-list-of-arguments-onetoone</link>
      <description>&lt;p&gt;Easy if you know how... ;)&lt;/p&gt;</description>
      <pubDate>Wed, 16 Sep 2009 17:29:05 UTC</pubDate>
      <guid>https://snipplr.com/view/19835/apply-list-of-functions-to-list-of-arguments-onetoone</guid>
    </item>
  </channel>
</rss>
