<?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"
	>
<channel>
	<title>Comments on: The Types of Functions and Lists in Joy and Cat</title>
	<atom:link href="http://cdiggins.com/2007/03/24/the-types-of-functions-and-lists-in-joy-and-cat/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdiggins.com/2007/03/24/the-types-of-functions-and-lists-in-joy-and-cat/</link>
	<description>Christopher Diggins</description>
	<pubDate>Fri, 16 May 2008 07:02:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: cdiggins.com &#187; Blog Archive &#187; Term Rewriting: Towards a more powerful macro language?</title>
		<link>http://cdiggins.com/2007/03/24/the-types-of-functions-and-lists-in-joy-and-cat/#comment-221</link>
		<dc:creator>cdiggins.com &#187; Blog Archive &#187; Term Rewriting: Towards a more powerful macro language?</dc:creator>
		<pubDate>Sun, 25 Mar 2007 19:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://cdiggins.com/2007/03/24/the-types-of-functions-and-lists-in-joy-and-cat/#comment-221</guid>
		<description>[...] cdiggins.com Christopher Diggins      &#171; The Types of Functions and Lists in Joy and Cat [...]</description>
		<content:encoded><![CDATA[<p>[...] cdiggins.com Christopher Diggins      &laquo; The Types of Functions and Lists in Joy and Cat [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cdiggins</title>
		<link>http://cdiggins.com/2007/03/24/the-types-of-functions-and-lists-in-joy-and-cat/#comment-220</link>
		<dc:creator>cdiggins</dc:creator>
		<pubDate>Sun, 25 Mar 2007 18:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://cdiggins.com/2007/03/24/the-types-of-functions-and-lists-in-joy-and-cat/#comment-220</guid>
		<description>You found a mistake in my code Michael, thank you! You are indeed correct that 

[1 2 3] list uncons == [1 2] list 3 

I've updated the post.</description>
		<content:encoded><![CDATA[<p>You found a mistake in my code Michael, thank you! You are indeed correct that </p>
<p>[1 2 3] list uncons == [1 2] list 3 </p>
<p>I&#8217;ve updated the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Nedzelsky</title>
		<link>http://cdiggins.com/2007/03/24/the-types-of-functions-and-lists-in-joy-and-cat/#comment-217</link>
		<dc:creator>Michael Nedzelsky</dc:creator>
		<pubDate>Sun, 25 Mar 2007 09:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://cdiggins.com/2007/03/24/the-types-of-functions-and-lists-in-joy-and-cat/#comment-217</guid>
		<description>I am not fully anderstand the following:

&#62; And in Cat:
&#62;  [1 2 3] uncons == [1 2] 3 

It seems that 
[1 2 3] uncons == [1 2 3] list uncons == [1 2] list 3 =/= [1 2] 3</description>
		<content:encoded><![CDATA[<p>I am not fully anderstand the following:</p>
<p>&gt; And in Cat:<br />
&gt;  [1 2 3] uncons == [1 2] 3 </p>
<p>It seems that<br />
[1 2 3] uncons == [1 2 3] list uncons == [1 2] list 3 =/= [1 2] 3</p>
]]></content:encoded>
	</item>
</channel>
</rss>
