stgi-1.0.1: Educational implementation of the STG (Spineless Tagless G-machine)

stgi-1.0.1: Educational implementation of the STG (Spineless Tagless G-machine)

STGi is a visual STG implementation to help understand Haskell's execution model.

It does this by guiding through the running of a program, showing stack and heap, and giving explanations of the applied transition rules.

Here is what an intermediate state looks like:

For further information, see README.md.

Modules