<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: MaybeArrow?</title>
	<atom:link href="http://blog.downstairspeople.org/2009/01/04/maybearrow/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.downstairspeople.org/2009/01/04/maybearrow/</link>
	<description>A blog of fleshlings and robots.</description>
	<lastBuildDate>Wed, 25 Jan 2012 12:18:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Lane</title>
		<link>http://blog.downstairspeople.org/2009/01/04/maybearrow/#comment-18</link>
		<dc:creator><![CDATA[Lane]]></dc:creator>
		<pubDate>Sun, 01 Feb 2009 14:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.downstairspeople.org/?p=53#comment-18</guid>
		<description><![CDATA[Oh, that&#039;s really annoying.  I had to change a little bit of formatting with the new theme, and it got relisted on the planets.]]></description>
		<content:encoded><![CDATA[<p>Oh, that&#8217;s really annoying.  I had to change a little bit of formatting with the new theme, and it got relisted on the planets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coeus</title>
		<link>http://blog.downstairspeople.org/2009/01/04/maybearrow/#comment-17</link>
		<dc:creator><![CDATA[coeus]]></dc:creator>
		<pubDate>Tue, 20 Jan 2009 04:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.downstairspeople.org/?p=53#comment-17</guid>
		<description><![CDATA[hm, k.
different getA/B/C, same monad.
as long as the example is short, this should work:


fmap (uncurry $ uncurry $ liftM3 foo) ((getA &amp;&amp;&amp; getB) &amp;&amp;&amp; getC) -&lt; ()



i didn&#039;t compile it, it&#039;s 5:25 at night in germany.
goodn8.
- marc]]></description>
		<content:encoded><![CDATA[<p>hm, k.<br />
different getA/B/C, same monad.<br />
as long as the example is short, this should work:</p>
<p>fmap (uncurry $ uncurry $ liftM3 foo) ((getA &amp;&amp;&amp; getB) &amp;&amp;&amp; getC) -&lt; ()</p>
<p>i didn&#8217;t compile it, it&#8217;s 5:25 at night in germany.<br />
goodn8.<br />
- marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lane</title>
		<link>http://blog.downstairspeople.org/2009/01/04/maybearrow/#comment-16</link>
		<dc:creator><![CDATA[Lane]]></dc:creator>
		<pubDate>Tue, 20 Jan 2009 04:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.downstairspeople.org/?p=53#comment-16</guid>
		<description><![CDATA[Heterogenous parameters, in other words, what I really want is something like:

&lt;pre&gt;
proc _ -&gt;
    do m_a &lt;- getA -&lt; ()
       m_b &lt;- getB -&lt; ()
       m_c &lt;- getC -&lt; ()
       returnA -&lt;
           do a &lt;- m_a
              b &lt;- m_b
              c &lt;- m_c
              return $ foo a b c
&lt;/pre&gt;

And for some reason, I didn&#039;t think clearly about that when I did the original example.]]></description>
		<content:encoded><![CDATA[<p>Heterogenous parameters, in other words, what I really want is something like:</p>
<pre>
proc _ -&gt;
    do m_a &lt;- getA -&lt; ()
       m_b &lt;- getB -&lt; ()
       m_c &lt;- getC -&lt; ()
       returnA -&lt;
           do a &lt;- m_a
              b &lt;- m_b
              c &lt;- m_c
              return $ foo a b c
</pre>
<p>And for some reason, I didn&#8217;t think clearly about that when I did the original example.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

