<?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: Using monads in F# &#8211; Part I: The State Monad</title>
	<atom:link href="http://www.navision-blog.de/2009/10/23/using-monads-in-fsharp-part-i-the-state-monad/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.navision-blog.de/2009/10/23/using-monads-in-fsharp-part-i-the-state-monad/</link>
	<description>This Blog is about Microsoft Dynamics NAV (f.k.a Navision incl. C/SIDE and C/AL), C#, F# and .NET in general.</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:13:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sashan</title>
		<link>http://www.navision-blog.de/2009/10/23/using-monads-in-fsharp-part-i-the-state-monad/comment-page-1/#comment-124621</link>
		<dc:creator>sashan</dc:creator>
		<pubDate>Thu, 26 May 2011 12:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2009/10/23/using-monads-in-f-part-i-the-state-monad/#comment-124621</guid>
		<description>Hi

Thanks for writing this. I&#039;m learning about monads. Was wondering why you defined returnS like you did instead of like this:

&gt; let returnS a b = a,b;;

val returnS : &#039;a -&gt; &#039;b -&gt; &#039;a * &#039;b

As far as I can tell they are the same?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thanks for writing this. I&#8217;m learning about monads. Was wondering why you defined returnS like you did instead of like this:</p>
<p>&gt; let returnS a b = a,b;;</p>
<p>val returnS : &#8216;a -&gt; &#8216;b -&gt; &#8216;a * &#8216;b</p>
<p>As far as I can tell they are the same?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steffen Forkmann</title>
		<link>http://www.navision-blog.de/2009/10/23/using-monads-in-fsharp-part-i-the-state-monad/comment-page-1/#comment-103469</link>
		<dc:creator>Steffen Forkmann</dc:creator>
		<pubDate>Sun, 25 Oct 2009 12:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2009/10/23/using-monads-in-f-part-i-the-state-monad/#comment-103469</guid>
		<description>Hi guest,

there is no special reason for the named parameter. ;-)

Regards, 
  Steffen</description>
		<content:encoded><![CDATA[<p>Hi guest,</p>
<p>there is no special reason for the named parameter. <img src='http://www.navision-blog.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Regards,<br />
  Steffen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guest</title>
		<link>http://www.navision-blog.de/2009/10/23/using-monads-in-fsharp-part-i-the-state-monad/comment-page-1/#comment-103464</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Sun, 25 Oct 2009 11:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2009/10/23/using-monads-in-f-part-i-the-state-monad/#comment-103464</guid>
		<description>let rec labelTreeMS t = match t with
Why not 
let rec labelTreeMS = function
?</description>
		<content:encoded><![CDATA[<p>let rec labelTreeMS t = match t with<br />
Why not<br />
let rec labelTreeMS = function<br />
?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

