<?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/"
		>
<channel>
	<title>Comments on: Deriving parallel tree scans</title>
	<atom:link href="http://conal.net/blog/posts/deriving-parallel-tree-scans/feed" rel="self" type="application/rss+xml" />
	<link>http://conal.net/blog/posts/deriving-parallel-tree-scans</link>
	<description>Inspirations &#38; experiments, mainly about denotative/functional programming in Haskell</description>
	<lastBuildDate>Sat, 18 May 2013 00:33:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Parallel tree scanning by composition</title>
		<link>http://conal.net/blog/posts/deriving-parallel-tree-scans/comment-page-1#comment-80294</link>
		<dc:creator>Conal Elliott &#187; Blog Archive &#187; Parallel tree scanning by composition</dc:creator>
		<pubDate>Tue, 24 May 2011 20:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=330#comment-80294</guid>
		<description>&lt;p&gt;[...] final form is as in Deriving parallel tree scans, changed for the new scan interface. The derivation saved some work in wrapping &amp; unwrapping [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] final form is as in Deriving parallel tree scans, changed for the new scan interface. The derivation saved some work in wrapping &amp; unwrapping [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: conal</title>
		<link>http://conal.net/blog/posts/deriving-parallel-tree-scans/comment-page-1#comment-76874</link>
		<dc:creator>conal</dc:creator>
		<pubDate>Fri, 18 Mar 2011 18:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=330#comment-76874</guid>
		<description>&lt;p&gt;Thanks for the tip, Russell! I&#039;ll keep an eye out for these free theorems.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, Russell! I&#8217;ll keep an eye out for these free theorems.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Russell O'Connor</title>
		<link>http://conal.net/blog/posts/deriving-parallel-tree-scans/comment-page-1#comment-76401</link>
		<dc:creator>Russell O'Connor</dc:creator>
		<pubDate>Fri, 11 Mar 2011 02:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=330#comment-76401</guid>
		<description>&lt;p&gt;Your theorem &lt;code&gt;headT ∘ fmap f ≡ f ∘ headT&lt;/code&gt; is the free theorem for &lt;code&gt;headT&lt;/code&gt; (and &lt;code&gt;lastT&lt;/code&gt;), so you don&#039;t even have to do anything to prove it.  It follows from the type.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your theorem <code>headT ∘ fmap f ≡ f ∘ headT</code> is the free theorem for <code>headT</code> (and <code>lastT</code>), so you don&#8217;t even have to do anything to prove it.  It follows from the type.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Composable parallel scanning</title>
		<link>http://conal.net/blog/posts/deriving-parallel-tree-scans/comment-page-1#comment-75665</link>
		<dc:creator>Conal Elliott &#187; Blog Archive &#187; Composable parallel scanning</dc:creator>
		<pubDate>Tue, 01 Mar 2011 22:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=330#comment-75665</guid>
		<description>&lt;p&gt;[...] About      &#171; Deriving parallel tree scans [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] About      &laquo; Deriving parallel tree scans [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jake McArthur</title>
		<link>http://conal.net/blog/posts/deriving-parallel-tree-scans/comment-page-1#comment-75660</link>
		<dc:creator>Jake McArthur</dc:creator>
		<pubDate>Tue, 01 Mar 2011 21:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=330#comment-75660</guid>
		<description>&lt;p&gt;The correspondence of tailsTs with duplicate comes up if you change your tree from a free monad to a cofree comonad.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The correspondence of tailsTs with duplicate comes up if you change your tree from a free monad to a cofree comonad.</p>]]></content:encoded>
	</item>
</channel>
</rss>
