<?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: Wrapping IO, part 1</title>
	<atom:link href="http://therning.org/magnus/archives/738/feed" rel="self" type="application/rss+xml" />
	<link>http://therning.org/magnus/archives/738</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: therning.org/ magnus &#187; Blog Archive &#187; Strachey, referential transparency, Haskell</title>
		<link>http://therning.org/magnus/archives/738/comment-page-1#comment-251377</link>
		<dc:creator>therning.org/ magnus &#187; Blog Archive &#187; Strachey, referential transparency, Haskell</dc:creator>
		<pubDate>Sun, 05 Aug 2012 04:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=738#comment-251377</guid>
		<description><![CDATA[&lt;p&gt;[...] in Haskell it&#8217;s possible to make subsets of IO (by wrapping IO, see e.g. my own posts on wrapping IO, part 1 and wrapping IO, part 2). I&#8217;m sure that if including the world in the environment is the way [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[...] in Haskell it&#8217;s possible to make subsets of IO (by wrapping IO, see e.g. my own posts on wrapping IO, part 1 and wrapping IO, part 2). I&#8217;m sure that if including the world in the environment is the way [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://therning.org/magnus/archives/738/comment-page-1#comment-188378</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Tue, 08 Sep 2009 20:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=738#comment-188378</guid>
		<description><![CDATA[&lt;p&gt;&lt;strong&gt;Jean-Denis&lt;/strong&gt;, cool, and good to know for the future, though it&#039;s hardly good for understanding :-)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p><strong>Jean-Denis</strong>, cool, and good to know for the future, though it&#8217;s hardly good for understanding <img src='http://therning.org/magnus/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Denis Koeck</title>
		<link>http://therning.org/magnus/archives/738/comment-page-1#comment-188328</link>
		<dc:creator>Jean-Denis Koeck</dc:creator>
		<pubDate>Tue, 08 Sep 2009 16:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=738#comment-188328</guid>
		<description><![CDATA[&lt;p&gt;You can derive the monad instance like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;{-# LANGUAGE GeneralizedNewtypeDeriving #-}

newtype HideIO a = HideIO { runHideIO :: IO a }
    deriving(Monad)
&lt;/code&gt;&lt;/pre&gt;
]]></description>
		<content:encoded><![CDATA[<p>You can derive the monad instance like this:</p>

<pre><code>{-# LANGUAGE GeneralizedNewtypeDeriving #-}

newtype HideIO a = HideIO { runHideIO :: IO a }
    deriving(Monad)
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: sfvisser</title>
		<link>http://therning.org/magnus/archives/738/comment-page-1#comment-188318</link>
		<dc:creator>sfvisser</dc:creator>
		<pubDate>Tue, 08 Sep 2009 07:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=738#comment-188318</guid>
		<description><![CDATA[&lt;p&gt;Please check the &#039;jail&#039; package on Hackage for another example of this kind of trickery.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Please check the &#8216;jail&#8217; package on Hackage for another example of this kind of trickery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: therning.org/ magnus &#187; Blog Archive &#187; Wrapping IO, part 2</title>
		<link>http://therning.org/magnus/archives/738/comment-page-1#comment-188307</link>
		<dc:creator>therning.org/ magnus &#187; Blog Archive &#187; Wrapping IO, part 2</dc:creator>
		<pubDate>Mon, 07 Sep 2009 22:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=738#comment-188307</guid>
		<description><![CDATA[&lt;p&gt;[...] Incoherent mumblings      &#171; Wrapping IO, part 1 [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[...] Incoherent mumblings      &laquo; Wrapping IO, part 1 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
