<?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: Variadic Functions in Haskell</title>
	<atom:link href="http://www.amateurtopologist.com/2010/01/12/variadic-functions-in-haskell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amateurtopologist.com/2010/01/12/variadic-functions-in-haskell/</link>
	<description>Politics, programming, math, and science.</description>
	<lastBuildDate>Mon, 19 Jul 2010 03:58:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://www.amateurtopologist.com/2010/01/12/variadic-functions-in-haskell/comment-page-1/#comment-29</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Thu, 14 Jan 2010 16:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.amateurtopologist.com/?p=540#comment-29</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Reddit by nostrademons: The high-level Haskell LLVM bindings use this trick extensively......</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Reddit by nostrademons: The high-level Haskell LLVM bindings use this trick extensively&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Leather</title>
		<link>http://www.amateurtopologist.com/2010/01/12/variadic-functions-in-haskell/comment-page-1/#comment-28</link>
		<dc:creator>Sean Leather</dc:creator>
		<pubDate>Thu, 14 Jan 2010 10:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.amateurtopologist.com/?p=540#comment-28</guid>
		<description>Consider checking out the xformat package and my blogs posts on it:
* http://hackage.haskell.org/package/xformat
* http://splonderzoek.blogspot.com/search/label/xformat</description>
		<content:encoded><![CDATA[<p>Consider checking out the xformat package and my blogs posts on it:<br />
* <a href="http://hackage.haskell.org/package/xformat" rel="nofollow">http://hackage.haskell.org/package/xformat</a><br />
* <a href="http://splonderzoek.blogspot.com/search/label/xformat" rel="nofollow">http://splonderzoek.blogspot.com/search/label/xformat</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.amateurtopologist.com/2010/01/12/variadic-functions-in-haskell/comment-page-1/#comment-27</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 14 Jan 2010 08:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.amateurtopologist.com/?p=540#comment-27</guid>
		<description>Nice catch! Yeah, that second one is supposed to be PrintfArg.</description>
		<content:encoded><![CDATA[<p>Nice catch! Yeah, that second one is supposed to be PrintfArg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Ballard</title>
		<link>http://www.amateurtopologist.com/2010/01/12/variadic-functions-in-haskell/comment-page-1/#comment-26</link>
		<dc:creator>Kevin Ballard</dc:creator>
		<pubDate>Thu, 14 Jan 2010 08:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.amateurtopologist.com/?p=540#comment-26</guid>
		<description>I think you have a typo. You have 2 instances of

instance (IsChar c) =&gt; PrintfType [c]

and I think the second one is supposed to be

instance (IsChar c) =&gt; PrintfArg [c]</description>
		<content:encoded><![CDATA[<p>I think you have a typo. You have 2 instances of</p>
<p>instance (IsChar c) =&gt; PrintfType [c]</p>
<p>and I think the second one is supposed to be</p>
<p>instance (IsChar c) =&gt; PrintfArg [c]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaspervdj</title>
		<link>http://www.amateurtopologist.com/2010/01/12/variadic-functions-in-haskell/comment-page-1/#comment-25</link>
		<dc:creator>jaspervdj</dc:creator>
		<pubDate>Thu, 14 Jan 2010 07:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.amateurtopologist.com/?p=540#comment-25</guid>
		<description>Nice find. I always wondered how this was done, but never found the time to check it out.</description>
		<content:encoded><![CDATA[<p>Nice find. I always wondered how this was done, but never found the time to check it out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
