<?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: Unescaping URLs in Python and Haskell</title>
	<atom:link href="http://therning.org/magnus/archives/283/feed" rel="self" type="application/rss+xml" />
	<link>http://therning.org/magnus/archives/283</link>
	<description>Incoherent mumblings</description>
	<lastBuildDate>Wed, 08 Aug 2012 00:21:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Twey</title>
		<link>http://therning.org/magnus/archives/283/comment-page-1#comment-177692</link>
		<dc:creator>Twey</dc:creator>
		<pubDate>Fri, 01 May 2009 20:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/archives/283#comment-177692</guid>
		<description><![CDATA[&lt;p&gt;For a quick-&#039;n&#039;-dirty app like this one, you don&#039;t have to bother with the module or type declarations:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;import Network.URI
main = interact $ unlines . map unEscapeString . lines
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Because shorter can be sweeter.  :)&lt;/p&gt;

&lt;p&gt;N.B. Function application binds more tightly than anything else, so you never need brackets around it except to override its associativity.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>For a quick-&#8217;n'-dirty app like this one, you don&#8217;t have to bother with the module or type declarations:</p>

<pre><code>import Network.URI
main = interact $ unlines . map unEscapeString . lines
</code></pre>

<p>Because shorter can be sweeter.  <img src='http://therning.org/magnus/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>N.B. Function application binds more tightly than anything else, so you never need brackets around it except to override its associativity.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
