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

Safe HaskellNone
LanguageHaskell2010

Stg.Machine.Evaluate

Description

Evaluate STG Programs.

Synopsis

Documentation

evalStep :: StgState -> StgState Source

Perform a single STG machine evaluation step.