Talk:Monad (functional programming): Difference between revisions

Content deleted Content added
Monad and sequencing
Line 70:
 
:I have adjusted the markup to use &lt;code&gt; tags instead of &lt;math&gt; tags and HTML entities instead of PNGs. Should look ok now regardless of settings. &mdash;<tt>[[User:donhalcon|donhalcon]]</tt><sup>[[User talk:donhalcon|╤]]</sup> 03:34, 2 March 2006 (UTC)
 
== Monad and sequencing ==
 
The article states that "Since the bind operator is non-associative, this constrains the sequence of execution." Is this really correct? The monad laws require that bind be associative, and the sequencing effect is due to the non-commutative properties of the bind operator.