<?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: State Monads in Haskell</title>
	<atom:link href="http://www.brool.com/index.php/state-monads-in-haskell/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brool.com/index.php/state-monads-in-haskell</link>
	<description>brool \brool\ (n.) : a low roar; a deep murmur or humming</description>
	<lastBuildDate>Wed, 16 Nov 2011 04:35:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Alexandr</title>
		<link>http://www.brool.com/index.php/state-monads-in-haskell/comment-page-1#comment-123209</link>
		<dc:creator>Alexandr</dc:creator>
		<pubDate>Fri, 06 May 2011 07:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.brool.com/?p=169#comment-123209</guid>
		<description>Good day! Thank you for the post, it is very helphul to understand State Monads.

But I think, example is very synthetic. Just look to this:

f :: [Integer] -&gt; [Bool]
f xs = reverse $ f&#039; $ reverse $ xs
	where
		f&#039; [] = []
		f&#039; (x:xs) = [not (x `elem` xs)] ++ f&#039; xs

It looks better, is not it?</description>
		<content:encoded><![CDATA[<p>Good day! Thank you for the post, it is very helphul to understand State Monads.</p>
<p>But I think, example is very synthetic. Just look to this:</p>
<p>f :: [Integer] -&gt; [Bool]<br />
f xs = reverse $ f&#8217; $ reverse $ xs<br />
	where<br />
		f&#8217; [] = []<br />
		f&#8217; (x:xs) = [not (x `elem` xs)] ++ f&#8217; xs</p>
<p>It looks better, is not it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry Xingzhi Pan</title>
		<link>http://www.brool.com/index.php/state-monads-in-haskell/comment-page-1#comment-119624</link>
		<dc:creator>Harry Xingzhi Pan</dc:creator>
		<pubDate>Wed, 09 Mar 2011 00:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.brool.com/?p=169#comment-119624</guid>
		<description>I believe in the third code block &quot;found&quot; should be &quot;state&quot;.
Okay now I continue to read...</description>
		<content:encoded><![CDATA[<p>I believe in the third code block &#8220;found&#8221; should be &#8220;state&#8221;.<br />
Okay now I continue to read&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

