<div class="gmail_quote">On Thu, Feb 26, 2009 at 6:53 AM, Daniel Kraft <span dir="ltr">&lt;d@domob.eu&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
     procOne (a + 1) (newarr `seq` newarr)</blockquote><div><br></div><div>The semantics of seq are:  a `seq` b = _|_ if a = _|_, b otherwise.  This implies that x `seq` x = x, and this seq is superfluous.</div><div><br></div>
<div>Maybe you meant  newarr `seq` procOne (a+1) newarr ?</div><div><br></div><div>Luke</div></div>