
23 Aug
2007
23 Aug
'07
5:31 p.m.
On 8/20/07, Stefan O'Rear
... (I need to find some way to automate making these trails :) ) ...
I think you can come a long way with the debugger in GHC HEAD. It provides a :trace command that, when applied to an expression with some breakpoint in it, remembers the history of evaluation steps. You can view the history with :hist. See: http://www.haskell.org/ghc/dist/current/docs/users_guide/ghci-debugger.html#... regards, Bas