<?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: A HAML parser for Haskell</title>
	<atom:link href="http://www.alsonkemp.com/programming/a-haml-parser-for-haskell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alsonkemp.com/programming/a-haml-parser-for-haskell/</link>
	<description>Hackfoofery</description>
	<lastBuildDate>Tue, 15 Jun 2010 21:59:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alson</title>
		<link>http://www.alsonkemp.com/programming/a-haml-parser-for-haskell/comment-page-1/#comment-9</link>
		<dc:creator>alson</dc:creator>
		<pubDate>Fri, 12 Dec 2008 04:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=74#comment-9</guid>
		<description>&lt;p&gt;Thanks for the kudos!  It was fun to write.  Not a full implementation, but enough to serve as a starting point for further work.&lt;/p&gt;

&lt;p&gt;Parsec is a pretty sweet library to have built into the standard set of libraries, though I do wish that Parsec had more usage examples.  Sometimes the error messages can be a bit terse or misleading, but it&#039;s a pretty nice library.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the kudos!  It was fun to write.  Not a full implementation, but enough to serve as a starting point for further work.</p>

<p>Parsec is a pretty sweet library to have built into the standard set of libraries, though I do wish that Parsec had more usage examples.  Sometimes the error messages can be a bit terse or misleading, but it&#8217;s a pretty nice library.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Brown</title>
		<link>http://www.alsonkemp.com/programming/a-haml-parser-for-haskell/comment-page-1/#comment-8</link>
		<dc:creator>Paul Brown</dc:creator>
		<pubDate>Fri, 12 Dec 2008 00:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=74#comment-8</guid>
		<description>&lt;p&gt;Nice!&lt;/p&gt;

&lt;p&gt;The possibility of having portable templating syntax (Markdown, HAML, etc.) is intriguing.  Yet another good thing that can come to Haskell thanks to having support for parsing built into the standard library.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice!</p>

<p>The possibility of having portable templating syntax (Markdown, HAML, etc.) is intriguing.  Yet another good thing that can come to Haskell thanks to having support for parsing built into the standard library.</p>]]></content:encoded>
	</item>
</channel>
</rss>
