<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: More Simple HStringTemplate Examples</title>
	<atom:link href="http://fmapfixreturn.wordpress.com/2008/01/15/more-simple-hstringtemplate-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://fmapfixreturn.wordpress.com/2008/01/15/more-simple-hstringtemplate-examples/</link>
	<description>intercalate " " . ("Haskell" :) . (:[]) $  "Blog"</description>
	<lastBuildDate>Fri, 12 Nov 2010 19:50:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: thomas hartman</title>
		<link>http://fmapfixreturn.wordpress.com/2008/01/15/more-simple-hstringtemplate-examples/#comment-99</link>
		<dc:creator><![CDATA[thomas hartman]]></dc:creator>
		<pubDate>Fri, 06 Jun 2008 04:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://fmapfixreturn.wordpress.com/2008/01/15/more-simple-hstringtemplate-examples/#comment-99</guid>
		<description><![CDATA[more usage examples of hstringtemplate here:

http://code.google.com/p/thomashartman-learning/source/browse/trunk/haskell/templates/

feel free to incorporate this into the documentation if you find it useful.]]></description>
		<content:encoded><![CDATA[<p>more usage examples of hstringtemplate here:</p>
<p><a href="http://code.google.com/p/thomashartman-learning/source/browse/trunk/haskell/templates/" rel="nofollow">http://code.google.com/p/thomashartman-learning/source/browse/trunk/haskell/templates/</a></p>
<p>feel free to incorporate this into the documentation if you find it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sclv</title>
		<link>http://fmapfixreturn.wordpress.com/2008/01/15/more-simple-hstringtemplate-examples/#comment-98</link>
		<dc:creator><![CDATA[sclv]]></dc:creator>
		<pubDate>Thu, 05 Jun 2008 13:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://fmapfixreturn.wordpress.com/2008/01/15/more-simple-hstringtemplate-examples/#comment-98</guid>
		<description><![CDATA[The library hasn&#039;t changed actually, it was just that wordpress ate some of the applicative operators above -- now fixed. Thanks for the catch!]]></description>
		<content:encoded><![CDATA[<p>The library hasn&#8217;t changed actually, it was just that wordpress ate some of the applicative operators above &#8212; now fixed. Thanks for the catch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thomas hartman</title>
		<link>http://fmapfixreturn.wordpress.com/2008/01/15/more-simple-hstringtemplate-examples/#comment-97</link>
		<dc:creator><![CDATA[thomas hartman]]></dc:creator>
		<pubDate>Wed, 04 Jun 2008 22:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://fmapfixreturn.wordpress.com/2008/01/15/more-simple-hstringtemplate-examples/#comment-97</guid>
		<description><![CDATA[toString getStringTemplate “foo” grp

seems like this should be...

toString (maybe (error &quot;template error&quot;) id (getStringTemplate &quot;bar&quot; grp) )

perhaps the library has changed? I think I actually like the first way better...

&gt;ghc-pkg list &#124; grep -i hstringtemplate
  HStringTemplate-0.3.1]]></description>
		<content:encoded><![CDATA[<p>toString getStringTemplate “foo” grp</p>
<p>seems like this should be&#8230;</p>
<p>toString (maybe (error &#8220;template error&#8221;) id (getStringTemplate &#8220;bar&#8221; grp) )</p>
<p>perhaps the library has changed? I think I actually like the first way better&#8230;</p>
<p>&gt;ghc-pkg list | grep -i hstringtemplate<br />
  HStringTemplate-0.3.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ram</title>
		<link>http://fmapfixreturn.wordpress.com/2008/01/15/more-simple-hstringtemplate-examples/#comment-3</link>
		<dc:creator><![CDATA[Ram]]></dc:creator>
		<pubDate>Tue, 15 Jan 2008 17:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://fmapfixreturn.wordpress.com/2008/01/15/more-simple-hstringtemplate-examples/#comment-3</guid>
		<description><![CDATA[Hi,
 This is great!!  i know its a stretch but what would help users like me is a complete example of how to create a web app etc..  I recently tried the 20 minute wiki tutorial with turbogears. it is awesome, but i did not like the templating language and began looking at ways to use string template there.

From my side , i can assure you that if even a draft of such a tutorial is putup, i will help review it, and will ofcourse definitely try it and learn from it.

Thanks
ram]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
 This is great!!  i know its a stretch but what would help users like me is a complete example of how to create a web app etc..  I recently tried the 20 minute wiki tutorial with turbogears. it is awesome, but i did not like the templating language and began looking at ways to use string template there.</p>
<p>From my side , i can assure you that if even a draft of such a tutorial is putup, i will help review it, and will ofcourse definitely try it and learn from it.</p>
<p>Thanks<br />
ram</p>
]]></content:encoded>
	</item>
</channel>
</rss>
