<?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: ANN: HStringTemplate 0.3.1</title>
	<atom:link href="http://fmapfixreturn.wordpress.com/2008/03/23/ann-hstringtemplate-031/feed/" rel="self" type="application/rss+xml" />
	<link>http://fmapfixreturn.wordpress.com/2008/03/23/ann-hstringtemplate-031/</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: sclv</title>
		<link>http://fmapfixreturn.wordpress.com/2008/03/23/ann-hstringtemplate-031/#comment-66</link>
		<dc:creator><![CDATA[sclv]]></dc:creator>
		<pubDate>Wed, 23 Apr 2008 19:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://fmapfixreturn.wordpress.com/?p=10#comment-66</guid>
		<description><![CDATA[I should write this up in a more detailed way, but this is a pretty common gotcha. The separator is inserted in between values when a list is printed. a series of anonymous template subapplications do not constitute a list -- think of it as a concatMap rather than a map. The first and rest functions (conceptually head and tail) can be used to apply different templates to different portions of the list to get the effect you want.]]></description>
		<content:encoded><![CDATA[<p>I should write this up in a more detailed way, but this is a pretty common gotcha. The separator is inserted in between values when a list is printed. a series of anonymous template subapplications do not constitute a list &#8212; think of it as a concatMap rather than a map. The first and rest functions (conceptually head and tail) can be used to apply different templates to different portions of the list to get the effect you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: discordian</title>
		<link>http://fmapfixreturn.wordpress.com/2008/03/23/ann-hstringtemplate-031/#comment-65</link>
		<dc:creator><![CDATA[discordian]]></dc:creator>
		<pubDate>Wed, 23 Apr 2008 11:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://fmapfixreturn.wordpress.com/?p=10#comment-65</guid>
		<description><![CDATA[Hmm. Does this work like it should? (I don&#039;t know stringtemplate, but I&#039;d still expect the separator there..)

Testing&gt;  putStrLn.toString.setAttribute &quot;xs&quot; [1..10] $ newSTMP &quot;test:  $xs:{n&#124;#$n$#};separator=\&quot;-\&quot;$&quot;

test: #1##2##3##4##5##6##7##8##9##10#]]></description>
		<content:encoded><![CDATA[<p>Hmm. Does this work like it should? (I don&#8217;t know stringtemplate, but I&#8217;d still expect the separator there..)</p>
<p>Testing&gt;  putStrLn.toString.setAttribute &#8220;xs&#8221; [1..10] $ newSTMP &#8220;test:  $xs:{n|#$n$#};separator=\&#8221;-\&#8221;$&#8221;</p>
<p>test: #1##2##3##4##5##6##7##8##9##10#</p>
]]></content:encoded>
	</item>
</channel>
</rss>
