
4 Jun
2008
4 Jun
'08
3:57 a.m.
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.