<?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: 10,25,50&#8230; sequence fun</title>
	<atom:link href="http://greenokapi.net/blog/2008/07/27/102550-sequence-fun/feed/" rel="self" type="application/rss+xml" />
	<link>http://greenokapi.net/blog/2008/07/27/102550-sequence-fun/</link>
	<description>Perl, Haskell, stuff</description>
	<pubDate>Wed, 07 Jan 2009 06:53:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: augustss</title>
		<link>http://greenokapi.net/blog/2008/07/27/102550-sequence-fun/#comment-35</link>
		<dc:creator>augustss</dc:creator>
		<pubDate>Sun, 27 Jul 2008 15:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://greenokapi.net/blog/?p=147#comment-35</guid>
		<description>scanl (*) 10 $ cycle [2.5,2,2]</description>
		<content:encoded><![CDATA[scanl (*) 10 $ cycle [2.5,2,2]]]></content:encoded>
	</item>
	<item>
		<title>By: Joeri Samson</title>
		<link>http://greenokapi.net/blog/2008/07/27/102550-sequence-fun/#comment-34</link>
		<dc:creator>Joeri Samson</dc:creator>
		<pubDate>Sun, 27 Jul 2008 14:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://greenokapi.net/blog/?p=147#comment-34</guid>
		<description>&#62; if the number is a multiple of 10, multiply by 2.5 
should be: if a number is a power of 10, multiply by 2.5</description>
		<content:encoded><![CDATA[&gt; if the number is a multiple of 10, multiply by 2.5 <br />
should be: if a number is a power of 10, multiply by 2.5]]></content:encoded>
	</item>
</channel>
</rss>
