<?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: Type-bounded numbers</title>
	<atom:link href="http://conal.net/blog/posts/type-bounded-numbers/feed" rel="self" type="application/rss+xml" />
	<link>http://conal.net/blog/posts/type-bounded-numbers</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; From tries to trees</title>
		<link>http://conal.net/blog/posts/type-bounded-numbers/comment-page-1#comment-73664</link>
		<dc:creator>Conal Elliott &#187; Blog Archive &#187; From tries to trees</dc:creator>
		<pubDate>Sun, 06 Feb 2011 21:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=271#comment-73664</guid>
		<description>&lt;p&gt;[...] Type-bounded numbers [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Type-bounded numbers [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; A trie for length-typed vectors</title>
		<link>http://conal.net/blog/posts/type-bounded-numbers/comment-page-1#comment-72194</link>
		<dc:creator>Conal Elliott &#187; Blog Archive &#187; A trie for length-typed vectors</dc:creator>
		<pubDate>Mon, 31 Jan 2011 23:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=271#comment-72194</guid>
		<description>&lt;p&gt;[...] Type-bounded numbers [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Type-bounded numbers [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Reverse-engineering length-typed vectors</title>
		<link>http://conal.net/blog/posts/type-bounded-numbers/comment-page-1#comment-72086</link>
		<dc:creator>Conal Elliott &#187; Blog Archive &#187; Reverse-engineering length-typed vectors</dc:creator>
		<pubDate>Mon, 31 Jan 2011 17:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=271#comment-72086</guid>
		<description>&lt;p&gt;[...] Type-bounded numbers [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Type-bounded numbers [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Doing more with length-typed vectors</title>
		<link>http://conal.net/blog/posts/type-bounded-numbers/comment-page-1#comment-72083</link>
		<dc:creator>Conal Elliott &#187; Blog Archive &#187; Doing more with length-typed vectors</dc:creator>
		<pubDate>Mon, 31 Jan 2011 17:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=271#comment-72083</guid>
		<description>&lt;p&gt;[...] Type-bounded numbers [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Type-bounded numbers [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: conal</title>
		<link>http://conal.net/blog/posts/type-bounded-numbers/comment-page-1#comment-71755</link>
		<dc:creator>conal</dc:creator>
		<pubDate>Mon, 31 Jan 2011 02:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=271#comment-71755</guid>
		<description>&lt;p&gt;Thanks to sfvisser and Elliott Hird who pointed out that my &lt;code&gt;BNat&lt;/code&gt; type corresponds to the &lt;code&gt;Fin&lt;/code&gt; type from Agda (though without full dependent types and with a less convenient notation).
See, e.g., &lt;a href=&quot;http://wiki.portal.chalmers.se/agda/agda.php?n=Main.TypesSummerSchool2007&quot; rel=&quot;nofollow&quot;&gt;these notes&lt;/a&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks to sfvisser and Elliott Hird who pointed out that my <code>BNat</code> type corresponds to the <code>Fin</code> type from Agda (though without full dependent types and with a less convenient notation).
See, e.g., <a href="http://wiki.portal.chalmers.se/agda/agda.php?n=Main.TypesSummerSchool2007" rel="nofollow">these notes</a>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: sfvisser</title>
		<link>http://conal.net/blog/posts/type-bounded-numbers/comment-page-1#comment-71677</link>
		<dc:creator>sfvisser</dc:creator>
		<pubDate>Sun, 30 Jan 2011 21:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=271#comment-71677</guid>
		<description>&lt;p&gt;Nice work, reminds of the Fin datatype in Agda.&lt;/p&gt;

&lt;p&gt;The nice thing about Agda is of course the numeric syntactic sugar, allowing you to write actual numbers at the type level.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice work, reminds of the Fin datatype in Agda.</p>

<p>The nice thing about Agda is of course the numeric syntactic sugar, allowing you to write actual numbers at the type level.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Fixing lists</title>
		<link>http://conal.net/blog/posts/type-bounded-numbers/comment-page-1#comment-71630</link>
		<dc:creator>Conal Elliott &#187; Blog Archive &#187; Fixing lists</dc:creator>
		<pubDate>Sun, 30 Jan 2011 18:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=271#comment-71630</guid>
		<description>&lt;p&gt;[...] About      &#171; Type-bounded numbers [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] About      &laquo; Type-bounded numbers [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad Patryshev</title>
		<link>http://conal.net/blog/posts/type-bounded-numbers/comment-page-1#comment-71172</link>
		<dc:creator>Vlad Patryshev</dc:creator>
		<pubDate>Sat, 29 Jan 2011 22:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=271#comment-71172</guid>
		<description>&lt;p&gt;I wonder if reading ncatlab (http://ncatlab.org/nlab/show/HomePage) might help grasping a general picture more clearly. There&#039;s also an important (and small) book by Pierce: http://www.amazon.com/Category-Computer-Scientists-Foundations-Computing/dp/0262660717 that sheds like on things.&lt;/p&gt;

&lt;p&gt;Good luck!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I wonder if reading ncatlab (<a href="http://ncatlab.org/nlab/show/HomePage" rel="nofollow">http://ncatlab.org/nlab/show/HomePage</a>) might help grasping a general picture more clearly. There&#8217;s also an important (and small) book by Pierce: <a href="http://www.amazon.com/Category-Computer-Scientists-Foundations-Computing/dp/0262660717" rel="nofollow">http://www.amazon.com/Category-Computer-Scientists-Foundations-Computing/dp/0262660717</a> that sheds like on things.</p>

<p>Good luck!</p>]]></content:encoded>
	</item>
</channel>
</rss>
