<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: A Monad Tutorial for Ocaml</title>
	<atom:link href="http://enfranchisedmind.com/blog/posts/a-monad-tutorial-for-ocaml/feed/" rel="self" type="application/rss+xml" />
	<link>http://enfranchisedmind.com/blog/posts/a-monad-tutorial-for-ocaml/</link>
	<description>programming, politics, &#38; other religious issues</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:16:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: kk</title>
		<link>http://enfranchisedmind.com/blog/posts/a-monad-tutorial-for-ocaml/#comment-38233</link>
		<dc:creator>kk</dc:creator>
		<pubDate>Sat, 17 Dec 2011 23:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://enfranchisedmind.com/blog/archive/2007/08/06/307#comment-38233</guid>
		<description>@Brian -- Many thanks, this clears up the Monad concept quite bit for me.  Now you have me wondering how I might go about doing Monads in Perl5 ...  ;-)</description>
		<content:encoded><![CDATA[<p>@Brian &#8212; Many thanks, this clears up the Monad concept quite bit for me.  Now you have me wondering how I might go about doing Monads in Perl5 &#8230;  ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elias</title>
		<link>http://enfranchisedmind.com/blog/posts/a-monad-tutorial-for-ocaml/#comment-37086</link>
		<dc:creator>Elias</dc:creator>
		<pubDate>Sun, 13 Dec 2009 08:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://enfranchisedmind.com/blog/archive/2007/08/06/307#comment-37086</guid>
		<description>i liked it :) i&#039;m bookmarking, thank you.

i just missed an explanation on doing functional I/O with monads -- this is something that looks very arcane and i never got it very well..</description>
		<content:encoded><![CDATA[<p>i liked it :) i&#8217;m bookmarking, thank you.</p>
<p>i just missed an explanation on doing functional I/O with monads &#8212; this is something that looks very arcane and i never got it very well..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis</title>
		<link>http://enfranchisedmind.com/blog/posts/a-monad-tutorial-for-ocaml/#comment-36843</link>
		<dc:creator>Louis</dc:creator>
		<pubDate>Sat, 05 Sep 2009 15:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://enfranchisedmind.com/blog/archive/2007/08/06/307#comment-36843</guid>
		<description>I have a question about the int_val example.  I&#039;d have expected that read_int_val should have been something like

  let read_int_val = SerialMonad.bind int_val (fun r -&gt; (fun () -&gt; !r))

just to make the types work out.  What&#039;s wrong with how I am thinking about it?

Also, do you have sample code for the thread example?</description>
		<content:encoded><![CDATA[<p>I have a question about the int_val example.  I&#8217;d have expected that read_int_val should have been something like</p>
<p>  let read_int_val = SerialMonad.bind int_val (fun r -&gt; (fun () -&gt; !r))</p>
<p>just to make the types work out.  What&#8217;s wrong with how I am thinking about it?</p>
<p>Also, do you have sample code for the thread example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo Villela</title>
		<link>http://enfranchisedmind.com/blog/posts/a-monad-tutorial-for-ocaml/#comment-36035</link>
		<dc:creator>Paulo Villela</dc:creator>
		<pubDate>Tue, 09 Jun 2009 06:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://enfranchisedmind.com/blog/archive/2007/08/06/307#comment-36035</guid>
		<description>Your great tutorial demystifies monads and makes them accessible to OCaml programmers.  Thanks!</description>
		<content:encoded><![CDATA[<p>Your great tutorial demystifies monads and makes them accessible to OCaml programmers.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin L. Russell&#8217;s Adventures in Programming Language Theory Wonderland</title>
		<link>http://enfranchisedmind.com/blog/posts/a-monad-tutorial-for-ocaml/#comment-34013</link>
		<dc:creator>Benjamin L. Russell&#8217;s Adventures in Programming Language Theory Wonderland</dc:creator>
		<pubDate>Wed, 07 Jan 2009 09:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://enfranchisedmind.com/blog/archive/2007/08/06/307#comment-34013</guid>
		<description>[...] Scheme &#8212; Benjamin L. Russell @ 6:09 pm   Recently, there was an interesting reference to a monad tutorial for the O&#8217;Caml programming language that provided an alternative perspective in helping to [...]</description>
		<content:encoded><![CDATA[<p>[...] Scheme &#8212; Benjamin L. Russell @ 6:09 pm   Recently, there was an interesting reference to a monad tutorial for the O&#8217;Caml programming language that provided an alternative perspective in helping to [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

