<?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 11 in F# using Pattern Matching</title>
	<atom:link href="http://thevalerios.net/matt/2008/12/project-euler-problem-11-in-f-using-pattern-matching/feed/" rel="self" type="application/rss+xml" />
	<link>http://thevalerios.net/matt/2008/12/project-euler-problem-11-in-f-using-pattern-matching/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 28 Apr 2010 12:28:38 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lukas Domagala</title>
		<link>http://thevalerios.net/matt/2008/12/project-euler-problem-11-in-f-using-pattern-matching/comment-page-1/#comment-9873</link>
		<dc:creator>Lukas Domagala</dc:creator>
		<pubDate>Sat, 20 Jun 2009 11:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/2008/12/project-euler-problem-11-in-f-using-pattern-matching/#comment-9873</guid>
		<description>hey, you have a &quot;small&quot; bug in your pattern matching code. bottom three lines will never be tested in the horizontal direction. 
I was trying to use your code to pattern match over a connect 4 board in my blog, but the bug seems hard to fix without making the code very ugly</description>
		<content:encoded><![CDATA[<p>hey, you have a &#8220;small&#8221; bug in your pattern matching code. bottom three lines will never be tested in the horizontal direction.<br />
I was trying to use your code to pattern match over a connect 4 board in my blog, but the bug seems hard to fix without making the code very ugly</p>
]]></content:encoded>
	</item>
</channel>
</rss>
