<?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: Using Parsec in simple Haskell programs</title>
	<atom:link href="http://www.obfuscated.org/2007/05/26/using-parsec-in-simple-haskell-programs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.obfuscated.org/2007/05/26/using-parsec-in-simple-haskell-programs/</link>
	<description>I will not explain what this weblog is all about in a few words.</description>
	<pubDate>Wed, 03 Dec 2008 22:42:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: cp</title>
		<link>http://www.obfuscated.org/2007/05/26/using-parsec-in-simple-haskell-programs/#comment-1220</link>
		<dc:creator>cp</dc:creator>
		<pubDate>Wed, 09 Apr 2008 18:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.obfuscated.org/2007/05/26/using-parsec-in-simple-haskell-programs/#comment-1220</guid>
		<description>&lt;p&gt;Right you are.  For whatever reason I thought "tac" reversed individual lines.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Right you are.  For whatever reason I thought &#8220;tac&#8221; reversed individual lines.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: nathan</title>
		<link>http://www.obfuscated.org/2007/05/26/using-parsec-in-simple-haskell-programs/#comment-1219</link>
		<dc:creator>nathan</dc:creator>
		<pubDate>Wed, 09 Apr 2008 18:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.obfuscated.org/2007/05/26/using-parsec-in-simple-haskell-programs/#comment-1219</guid>
		<description>&lt;p&gt;I believe that tac would be
&lt;code&gt;main = interact $ unlines . reverse . lines&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;(map reverse)&lt;/code&gt; would reverse the characters &lt;em&gt;within&lt;/em&gt; each line rather than reversing the order of the lines themselves.  The unix tac utility has the latter behavior.&lt;/p&gt;

&lt;p&gt;Otherwise great post! :-)  I found your blog while looking around intro material on parsec.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I believe that tac would be
<code>main = interact $ unlines . reverse . lines</code></p>

<p><code>(map reverse)</code> would reverse the characters <em>within</em> each line rather than reversing the order of the lines themselves.  The unix tac utility has the latter behavior.</p>

<p>Otherwise great post! :-)  I found your blog while looking around intro material on parsec.</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.343 seconds -->
