<?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: N-Queens in Haskell</title>
	<atom:link href="http://therning.org/magnus/archives/330/feed" rel="self" type="application/rss+xml" />
	<link>http://therning.org/magnus/archives/330?&amp;owa_from=feed&amp;owa_sid=</link>
	<description>Incoherent mumblings</description>
	<pubDate>Sat, 30 Aug 2008 04:28:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Some Basic Stuff: The Writer Monad &#171; Sententia cdsmithus</title>
		<link>http://therning.org/magnus/archives/330#comment-91536</link>
		<dc:creator>Some Basic Stuff: The Writer Monad &#171; Sententia cdsmithus</dc:creator>
		<pubDate>Sun, 09 Dec 2007 17:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/archives/330#comment-91536</guid>
		<description>&lt;p&gt;[...] Basic Stuff: The Writer&#160;Monad Filed under: Uncategorized &#8212; cdsmith @ 11:47 am   In this post, Magnus Therning gives a number of solutions to the n-queens problem in Haskell.&#160; The problem [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Basic Stuff: The Writer&nbsp;Monad Filed under: Uncategorized &#8212; cdsmith @ 11:47 am   In this post, Magnus Therning gives a number of solutions to the n-queens problem in Haskell.&nbsp; The problem [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Elkins</title>
		<link>http://therning.org/magnus/archives/330#comment-91416</link>
		<dc:creator>Derek Elkins</dc:creator>
		<pubDate>Sun, 09 Dec 2007 00:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/archives/330#comment-91416</guid>
		<description>&lt;p&gt;You can implement threatens just like it is in the SML or just like you would in C-style languages.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;threatens (i, j) (i', j') = i == i' &#124;&#124; j == j' &#124;&#124; i+j == i'+j' &#124;&#124; i-j == i'-j'
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>You can implement threatens just like it is in the SML or just like you would in C-style languages.</p>
<pre><code>threatens (i, j) (i', j') = i == i' || j == j' || i+j == i'+j' || i-j == i'-j'
</code></pre>
]]></content:encoded>
	</item>
</channel>
</rss>
