<?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, 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; From tries to trees</title>
		<link>http://conal.net/blog/posts/type-bounded-numbers#comment-790</link>
		<dc:creator><![CDATA[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-790</guid>
		<description><![CDATA[&lt;p&gt;[...] Type-bounded numbers [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Type-bounded numbers [&#8230;]</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-789</link>
		<dc:creator><![CDATA[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-789</guid>
		<description><![CDATA[&lt;p&gt;[...] Type-bounded numbers [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Type-bounded numbers [&#8230;]</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-788</link>
		<dc:creator><![CDATA[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-788</guid>
		<description><![CDATA[&lt;p&gt;[...] Type-bounded numbers [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Type-bounded numbers [&#8230;]</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-787</link>
		<dc:creator><![CDATA[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-787</guid>
		<description><![CDATA[&lt;p&gt;[...] Type-bounded numbers [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Type-bounded numbers [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conal</title>
		<link>http://conal.net/blog/posts/type-bounded-numbers#comment-786</link>
		<dc:creator><![CDATA[conal]]></dc:creator>
		<pubDate>Mon, 31 Jan 2011 02:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=271#comment-786</guid>
		<description><![CDATA[&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-785</link>
		<dc:creator><![CDATA[sfvisser]]></dc:creator>
		<pubDate>Sun, 30 Jan 2011 21:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=271#comment-785</guid>
		<description><![CDATA[&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-784</link>
		<dc:creator><![CDATA[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-784</guid>
		<description><![CDATA[&lt;p&gt;[...] About      &#171; Type-bounded numbers [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] About      &laquo; Type-bounded numbers [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad Patryshev</title>
		<link>http://conal.net/blog/posts/type-bounded-numbers#comment-783</link>
		<dc:creator><![CDATA[Vlad Patryshev]]></dc:creator>
		<pubDate>Sat, 29 Jan 2011 22:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=271#comment-783</guid>
		<description><![CDATA[&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>
