<div dir="ltr"><p>Chaddaï,<br>Thank you very much for your response to my question. It confirms my intuition, but I was not sure.</p><p>Is it true in general that let expressions (e.g. eligibleLet) are always semantically equivalent to their equational  counterparts (e.g. eligibleEquational)? Would it be fair to say that "let" is syntactic sugar for an equational equivalent? Or is there more to it?</p><div>With respect to the ordering of the operations is generally true that a monadic version is semantically equivalent to a set of "let expressions"  in a nested if-then-else?</div><div><br></div><div>Thanks,</div><div>Pat<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 3 November 2015 at 06:56, Chaddaï Fouché <span dir="ltr"><<a href="mailto:chaddai.fouche@gmail.com" target="_blank">chaddai.fouche@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello,<br><div><br><div class="gmail_quote"><span><div dir="ltr">Le mer. 28 oct. 2015 à 15:59, PATRICK BROWNE <<a href="mailto:patrick.browne@dit.ie" target="_blank">patrick.browne@dit.ie</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div dir="ltr"><p>{- From Learn Haskell Fast and Hard : 4.3.1.  Maybe is a monad <br> <a href="http://yannesposito.com/Scratch/en/blog/Haskell-the-Hard-Way/#maybe-monad" target="_blank">http://yannesposito.com/Scratch/en/blog/Haskell-the-Hard-Way/#maybe-monad</a><br> <br> Concerning the code below I have the following questions:<br> 1) Are eligibleLet and eligibleEquational operationally equivalent (i.e. perform the same operations) and/or semantically equivalent(i.e. Church-Rosser)?<br></p></div></blockquote><div><br></div></span><div>A priori, they're only semantically equivalent since in eligibleEquational intermediary computation are repeated whereas in eligibleLet they're only effectued once.<br></div><span><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div dir="ltr"><p> 2) Apart from the return type of Maybe instead of Bool how does eligibleMonad differ from eligibleLet?<br></p></div></blockquote><div><br></div></span><div>eligibleMonad is nice and readable while eligibleLet is a tiresome mess to write and maintain...<br></div><div>Basically in eligibleMonad the logic that checks whether  an operation is possible is rolled into the monadic operations themselves whereas in eligibleLet you have to check every operation validity yourself (so you can forget one or do it incorrectly).<br><br></div><div>Note that with more familiarity with monads, you would probably rewrite eligibleMonad to avoid naming the intermediary account (and thus avoid any confusion between versions) :<br><br>eligibleMonad account = depositM 100 account <br>  >>= withdrawM 200 <br>  >>= depositM 100 <br>  >>= withdrawM 300<br>  >>= depositM 1000<br>  >> Just True<br><br></div><div>This would make it very easy to add or remove operations.<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div class="gmail_quote"><br></div><div class="gmail_quote">-- <br></div><div class="gmail_quote">Jedaï<br></div></font></span></div></div>
</blockquote></div><br></div>

<br>
<p><span lang="EN-GB"><font size="2">This email originated from DIT. If you received this email in error, please delete it from your system. Please note that if you are not the named addressee, disclosing, copying, distributing or taking any action based on the contents of this email or attachments is prohibited. <a href="http://www.dit.ie/" target="_blank">www.dit.ie</a></font></span></p><p><font size="2">Is ó ITBÁC
a tháinig an ríomhphost seo. Má fuair tú an ríomhphost seo trí earráid, scrios
de do chóras é le do thoil. Tabhair ar aird, mura tú an seolaí ainmnithe, go
bhfuil dianchosc ar aon nochtadh, aon chóipeáil, aon dáileadh nó ar aon ghníomh
a dhéanfar bunaithe ar an ábhar atá sa ríomhphost nó sna hiatáin seo. <a href="http://www.dit.ie/" target="_blank">www.dit.ie</a></font></p><p><a href="http://www.dit.ie/grangegorman" target="_blank"><font size="2">Tá ITBÁC ag aistriú go Gráinseach Ghormáin – DIT is on the move to Grangegorman</font></a></p>