<?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: Haskell While Loop</title>
	<atom:link href="http://blog.willdonnelly.net/2009/09/15/haskell-while-loop/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.willdonnelly.net/2009/09/15/haskell-while-loop/</link>
	<description>Coding, Mostly</description>
	<lastBuildDate>Sun, 29 Aug 2010 20:08:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Will Donnelly</title>
		<link>http://blog.willdonnelly.net/2009/09/15/haskell-while-loop/comment-page-1/#comment-66</link>
		<dc:creator>Will Donnelly</dc:creator>
		<pubDate>Wed, 16 Sep 2009 03:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.willdonnelly.net/?p=285#comment-66</guid>
		<description>True. I hadn&#039;t thought of that. &lt;code&gt;flip when&lt;/code&gt; seems to be even more concise in the long run:

&lt;code&gt;while p a = p &gt;&gt;= flip when (a &gt;&gt; while p a)&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>True. I hadn&#8217;t thought of that.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">flip when</div></div>
<p>seems to be even more concise in the long run:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">while p a = p &amp;gt;&amp;gt;= flip when (a &amp;gt;&amp;gt; while p a)</div></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://blog.willdonnelly.net/2009/09/15/haskell-while-loop/comment-page-1/#comment-65</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Wed, 16 Sep 2009 03:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.willdonnelly.net/?p=285#comment-65</guid>
		<description>Maybe &lt;code&gt;when b $ action &gt;&gt; while predicate action&lt;/code&gt; is a little better.</description>
		<content:encoded><![CDATA[<p>Maybe</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">when b $ action &amp;gt;&amp;gt; while predicate action</div></div>
<p>is a little better.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
