<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: On syntax</title>
	<atom:link href="http://donsbot.wordpress.com/2006/12/14/on-syntax/feed/" rel="self" type="application/rss+xml" />
	<link>http://donsbot.wordpress.com/2006/12/14/on-syntax/</link>
	<description>A Journal of Haskell Programming</description>
	<lastBuildDate>Mon, 03 Oct 2011 02:09:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Adrian Mouat</title>
		<link>http://donsbot.wordpress.com/2006/12/14/on-syntax/#comment-627</link>
		<dc:creator><![CDATA[Adrian Mouat]]></dc:creator>
		<pubDate>Fri, 26 Nov 2010 18:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://donsbot.wordpress.com/?p=43#comment-627</guid>
		<description><![CDATA[I know this is an old post, but I think the python has a mistake:

if   n &lt; 2: return 1

should be return x

It is impressive how the Haskell maps naturally to how you should think about the algorithm though.]]></description>
		<content:encoded><![CDATA[<p>I know this is an old post, but I think the python has a mistake:</p>
<p>if   n &lt; 2: return 1</p>
<p>should be return x</p>
<p>It is impressive how the Haskell maps naturally to how you should think about the algorithm though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
