<?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: From tries to trees</title>
	<atom:link href="http://conal.net/blog/posts/from-tries-to-trees/feed" rel="self" type="application/rss+xml" />
	<link>http://conal.net/blog/posts/from-tries-to-trees</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 speculative addition via memoization</title>
		<link>http://conal.net/blog/posts/from-tries-to-trees/comment-page-1#comment-163277</link>
		<dc:creator>Conal Elliott &#187; Blog Archive &#187; Parallel speculative addition via memoization</dc:creator>
		<pubDate>Tue, 27 Nov 2012 23:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=314#comment-163277</guid>
		<description>&lt;p&gt;[...] Or for depth-typed perfect trees (e.g., as described in From tries to trees): [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Or for depth-typed perfect trees (e.g., as described in From tries to trees): [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Composable parallel scanning</title>
		<link>http://conal.net/blog/posts/from-tries-to-trees/comment-page-1#comment-75751</link>
		<dc:creator>Conal Elliott &#187; Blog Archive &#187; Composable parallel scanning</dc:creator>
		<pubDate>Wed, 02 Mar 2011 19:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=314#comment-75751</guid>
		<description>&lt;p&gt;[...] perfectly balanced trees, of the sort I played with in A trie for length-typed vectors and From tries to trees. The difficulty I encounter is that the functions initTs and tailTs make unbalanced trees out of [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] perfectly balanced trees, of the sort I played with in A trie for length-typed vectors and From tries to trees. The difficulty I encounter is that the functions initTs and tailTs make unbalanced trees out of [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Deriving parallel tree scans</title>
		<link>http://conal.net/blog/posts/from-tries-to-trees/comment-page-1#comment-75663</link>
		<dc:creator>Conal Elliott &#187; Blog Archive &#187; Deriving parallel tree scans</dc:creator>
		<pubDate>Tue, 01 Mar 2011 22:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=314#comment-75663</guid>
		<description>&lt;p&gt;[...] perfectly balanced trees, of the sort I played with in A trie for length-typed vectors and From tries to trees. The functions initTs and tailTs make unbalanced trees out of balanced ones, so I don&#8217;t know [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] perfectly balanced trees, of the sort I played with in A trie for length-typed vectors and From tries to trees. The functions initTs and tailTs make unbalanced trees out of balanced ones, so I don&#8217;t know [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: augustss</title>
		<link>http://conal.net/blog/posts/from-tries-to-trees/comment-page-1#comment-73176</link>
		<dc:creator>augustss</dc:creator>
		<pubDate>Wed, 02 Feb 2011 10:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=314#comment-73176</guid>
		<description>&lt;p&gt;With dependent types you can encode sums as dependent pairs.  The first component of the pair is the tag and the second is the data (with a type depending on the first component).  I wonder if you can use this encoding for tries.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>With dependent types you can encode sums as dependent pairs.  The first component of the pair is the tag and the second is the data (with a type depending on the first component).  I wonder if you can use this encoding for tries.</p>]]></content:encoded>
	</item>
</channel>
</rss>
