<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>7. Workflows – A Monad alias</title><link>http://blogs.msdn.com/b/doriancorompt/archive/2012/05/25/7-workflows-a-monad-alias.aspx</link><description>&amp;#160; Monads are one of the most complex concept to apprehend I encountered while learning functional programming, and unfortunately, like many developers I probably use them without understanding all the possibilities they offer. Before talking about</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: 7. Workflows – A Monad alias</title><link>http://blogs.msdn.com/b/doriancorompt/archive/2012/05/25/7-workflows-a-monad-alias.aspx#10314729</link><pubDate>Mon, 04 Jun 2012 16:14:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10314729</guid><dc:creator>Casey Kramer</dc:creator><description>&lt;p&gt;Worth pointing out that C# got its first Monad with Linq. &amp;nbsp;The SelectMany operation is a bind operation. &amp;nbsp;You can actually use extension methods to create SelectMany operations to do more monad-y things, like implementing the Maybe monad. &amp;nbsp;Granted F#&amp;#39;s workflow syntax is WAY nicer, but if you really want some monad-y goodness in C# you can abuse the Linq stuff to get some basic things to work.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10314729" width="1" height="1"&gt;</description></item></channel></rss>