<?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: Wondrous Functional Languages</title>
	<atom:link href="http://christopherowen.id.au/blog/2007/02/27/wondrous-functional-languages/feed/" rel="self" type="application/rss+xml" />
	<link>http://christopherowen.id.au/blog/2007/02/27/wondrous-functional-languages/</link>
	<description>Stuff cubed plus one</description>
	<lastBuildDate>Fri, 07 Jan 2011 21:47:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Amos Robinson</title>
		<link>http://christopherowen.id.au/blog/2007/02/27/wondrous-functional-languages/comment-page-1/#comment-7032</link>
		<dc:creator>Amos Robinson</dc:creator>
		<pubDate>Thu, 17 Apr 2008 10:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://christopherowen.id.au/blog/?p=24#comment-7032</guid>
		<description>Ooh! A fellow haskell-dude!

Nitpick:
Specifying the type manually can have bad effects;
wondrous :: Int -&gt; [Int]
but if you asked GHC what type it thought it should have, you&#039;d get
wondrous :: Integral a =&gt; a -&gt; [a]
which has the nice effect of letting you use BigInts too. :-)

(Although maybe you just wanted to keep it simple and more easily understandable to non-Haskellers.. I don&#039;t know)</description>
		<content:encoded><![CDATA[<p>Ooh! A fellow haskell-dude!</p>
<p>Nitpick:<br />
Specifying the type manually can have bad effects;<br />
wondrous :: Int -&gt; [Int]<br />
but if you asked GHC what type it thought it should have, you&#8217;d get<br />
wondrous :: Integral a =&gt; a -&gt; [a]<br />
which has the nice effect of letting you use BigInts too. <img src='http://christopherowen.id.au/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>(Although maybe you just wanted to keep it simple and more easily understandable to non-Haskellers.. I don&#8217;t know)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

