On 04/06/2008, at 10:12 AM, Ronald Guida wrote:
I would ask, "how do I examine the evaluation order of my code", but
the answer is already available: use a debugger. Haskell already has
debugging tools that do exactly what I need.
(http://www.haskell.org/haskellwiki/Debugging)
In particular, HOOD looks extremely interesting.
I would recommend the GHCi debugger for looking at the evaluation
order of code.
Single stepping can be very illuminating.
Bernie.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe