<?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: 22 of 99</title>
	<atom:link href="http://blog.tmorris.net/22-of-99/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tmorris.net/22-of-99/</link>
	<description>The weblog of Tony Morris</description>
	<pubDate>Thu, 11 Mar 2010 20:53:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Phil! Gold</title>
		<link>http://blog.tmorris.net/22-of-99/#comment-34912</link>
		<dc:creator>Phil! Gold</dc:creator>
		<pubDate>Wed, 01 Apr 2009 02:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tmorris.net/?p=592#comment-34912</guid>
		<description>As I work through and write solutions to these, I've tweaked the definitions a little on some of them.  The biggest so far is probably to P12, which I switched to take lists as provided by `encode`, not `encodeModified` (thus preserving type information).</description>
		<content:encoded><![CDATA[<p>As I work through and write solutions to these, I&#8217;ve tweaked the definitions a little on some of them.  The biggest so far is probably to P12, which I switched to take lists as provided by `encode`, not `encodeModified` (thus preserving type information).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liesen</title>
		<link>http://blog.tmorris.net/22-of-99/#comment-34835</link>
		<dc:creator>liesen</dc:creator>
		<pubDate>Tue, 31 Mar 2009 14:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tmorris.net/?p=592#comment-34835</guid>
		<description>Nice. Very similar to mine. (For P16 you want to check if index + 1 mod n is not 0, like: xs.zipWithIndex filter { case (_, i) =&#62; (i + 1) % n != 0 } map { _._1 })</description>
		<content:encoded><![CDATA[<p>Nice. Very similar to mine. (For P16 you want to check if index + 1 mod n is not 0, like: xs.zipWithIndex filter { case (_, i) =&gt; (i + 1) % n != 0 } map { _._1 })</p>
]]></content:encoded>
	</item>
</channel>
</rss>
