<?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, 26 Sep 2020 21:06:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.17</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-823</link>
		<dc:creator><![CDATA[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-823</guid>
		<description><![CDATA[&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>[&#8230;] final form is as in Deriving parallel tree scans, changed for the new scan interface. The derivation saved some work in wrapping &amp; unwrapping [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conal</title>
		<link>http://conal.net/blog/posts/deriving-parallel-tree-scans#comment-822</link>
		<dc:creator><![CDATA[conal]]></dc:creator>
		<pubDate>Fri, 18 Mar 2011 18:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=330#comment-822</guid>
		<description><![CDATA[&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-821</link>
		<dc:creator><![CDATA[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-821</guid>
		<description><![CDATA[&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-820</link>
		<dc:creator><![CDATA[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-820</guid>
		<description><![CDATA[&lt;p&gt;[...] About      &#171; Deriving parallel tree scans [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] About      &laquo; Deriving parallel tree scans [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake McArthur</title>
		<link>http://conal.net/blog/posts/deriving-parallel-tree-scans#comment-819</link>
		<dc:creator><![CDATA[Jake McArthur]]></dc:creator>
		<pubDate>Tue, 01 Mar 2011 21:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=330#comment-819</guid>
		<description><![CDATA[&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>
