6 Feb
2011
6 Feb
'11
4:46 p.m.
On 6 February 2011 02:40, Andrew Coppin <andrewcoppin@btinternet.com> wrote:
Then again, if you could actually single-step through a Haskell program's execution, most strictness issues would become quite shallow.
You can single-step through a Haskell program's execution with the GHCi debugger. It can provide considerable insight into evaluation order. A proper stack tracer would make it even more useful. Cheers, Bernie.