[Haskell-cafe] Byte Histogram

Bernie Pope florbitous at gmail.com
Sun Feb 6 09:46:35 CET 2011


On 6 February 2011 02:40, Andrew Coppin <andrewcoppin at 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.



More information about the Haskell-Cafe mailing list