<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blackkettle &#187; programming</title>
	<atom:link href="http://blog.blackkettle.org/tags/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.blackkettle.org</link>
	<description>Things of Occasional Interest</description>
	<lastBuildDate>Wed, 10 Feb 2010 16:03:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Best explanation of monads I&#8217;ve seen yet</title>
		<link>http://blog.blackkettle.org/2009/05/14/best-explanation-of-monads-ive-seen-yet/</link>
		<comments>http://blog.blackkettle.org/2009/05/14/best-explanation-of-monads-ive-seen-yet/#comments</comments>
		<pubDate>Thu, 14 May 2009 07:50:47 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[haskell]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.blackkettle.org/?p=98</guid>
		<description><![CDATA[I stumbled on this today. I don&#8217;t know why, but I&#8217;ve always had a block over what the word &#8220;monad&#8221; actually means, and how the bind and return operations map to that meaning.
In the linked StackOverflow post, there is a single sentence that fixes the problem:
An alternative term is computation builder which is a bit [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled on <a href="http://stackoverflow.com/questions/44965/what-is-a-monad">this</a> today. I don&#8217;t know why, but I&#8217;ve always had a block over what the word &#8220;monad&#8221; actually means, and how the bind and return operations map to that meaning.</p>
<p>In the linked StackOverflow post, there is a single sentence that fixes the problem:</p>
<blockquote><p>An alternative term is computation builder which is a bit more descriptive of what they are actually useful for.</p></blockquote>
<p>Ah-ha! The rest of the post is made up of some great examples. Go read if you&#8217;re as confused as I was.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.blackkettle.org/2009/05/14/best-explanation-of-monads-ive-seen-yet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
