<?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: Project Euler :: Problem 2 :: Haskell</title>
	<atom:link href="http://vlixter.com/2010/01/02/project-euler-problem-2-haskell/feed/" rel="self" type="application/rss+xml" />
	<link>http://vlixter.com/2010/01/02/project-euler-problem-2-haskell/</link>
	<description>Programming , Tech, and stuff</description>
	<lastBuildDate>Sat, 03 Jul 2010 11:23:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: treblih</title>
		<link>http://vlixter.com/2010/01/02/project-euler-problem-2-haskell/comment-page-1/#comment-205</link>
		<dc:creator>treblih</dc:creator>
		<pubDate>Sat, 03 Jul 2010 11:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://vlixter.com/?p=144#comment-205</guid>
		<description>thx!
pretty site here</description>
		<content:encoded><![CDATA[<p>thx!<br />
pretty site here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radicality</title>
		<link>http://vlixter.com/2010/01/02/project-euler-problem-2-haskell/comment-page-1/#comment-204</link>
		<dc:creator>radicality</dc:creator>
		<pubDate>Sat, 03 Jul 2010 09:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://vlixter.com/?p=144#comment-204</guid>
		<description>Hey! Yay, a comment on my blog :D

To show the time and the memory used, at the ghci prompt, enter &#039;:set +s&#039; !</description>
		<content:encoded><![CDATA[<p>Hey! Yay, a comment on my blog <img src='http://vlixter.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>To show the time and the memory used, at the ghci prompt, enter &#8216;:set +s&#8217; !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: treblih</title>
		<link>http://vlixter.com/2010/01/02/project-euler-problem-2-haskell/comment-page-1/#comment-203</link>
		<dc:creator>treblih</dc:creator>
		<pubDate>Sat, 03 Jul 2010 07:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://vlixter.com/?p=144#comment-203</guid>
		<description>awesome one! thx!
i wrote fibs like this:

fibs :: [Int]
fibs = 1 : scanl (+) 1 fibs

which tool u used that could show secs &amp; bytes?</description>
		<content:encoded><![CDATA[<p>awesome one! thx!<br />
i wrote fibs like this:</p>
<p>fibs :: [Int]<br />
fibs = 1 : scanl (+) 1 fibs</p>
<p>which tool u used that could show secs &amp; bytes?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
