quchen / stgi

A user-centric visual STG implementation to help understand GHC/Haskell's execution model.
Other
527 stars 26 forks source link

Command line option: show only final state #63

Closed quchen closed 8 years ago

quchen commented 8 years ago

This makes simple testing for whether the program runs correctly more performant, since none of the intermediate states have to be rendered.

Maybe allow a number argument, showing only the first N states if it's positive, or the last N if it's negative?