On Thu, Feb 26, 2009 at 6:53 AM, Daniel Kraft <d...@domob.eu> wrote:

>      procOne (a + 1) (newarr `seq` newarr)


The semantics of seq are:  a `seq` b = _|_ if a = _|_, b otherwise.  This
implies that x `seq` x = x, and this seq is superfluous.

Maybe you meant  newarr `seq` procOne (a+1) newarr ?

Luke
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to