<div dir="ltr">s mp $ n - 1 parses as s mp (n - 1)<div>s mp n - 1 parses as (s mp n) - 1</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jun 7, 2015 at 3:09 PM, Shishir Srivastava <span dir="ltr"><<a href="mailto:shishir.srivastava@gmail.com" target="_blank">shishir.srivastava@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">Hi, <div><br></div><div>Can someone please highlight how '$' is making the difference in the execution of this function. With $ in place the function runs fine but without $ for large input values the function overflows the stack.</div><div><br></div><div><font face="monospace, monospace">--------</font></div><div><div><font face="monospace, monospace">s mp 1 = 4</font></div><div><font face="monospace, monospace">s mp n = ((s mp $ n-1)^2-2) `mod` mp</font></div></div><div><font face="monospace, monospace">--------</font></div><div><br></div><div>I cannot understand the difference between</div><div><span style="font-family:monospace,monospace">(s mp $ n-1) and </span><span style="font-family:monospace,monospace">(s mp n-1)</span></div><div><br></div><div>Thanks,</div><div><div><div><div dir="ltr"><font color="#0b5394"><font style="background-color:rgb(255,255,255)"><font size="2" face="georgia, serif">Shishir Srivastava</font><br><font face="georgia, serif"> <span></span><span></span><a href="tel:%2B44%20%280%29%20750%20127%205019" value="+447501275019" target="_blank">+44 (0) 750 127 5019</a></font></font><br></font><br></div></div></div>
</div></div>
<br>_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners</a><br>
<br></blockquote></div><br></div>