[Haskell-cafe] Laziness leaks

Bernie Pope bjpop at csse.unimelb.edu.au
Wed Jun 4 03:57:50 EDT 2008


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.


More information about the Haskell-Cafe mailing list