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

Safe HaskellNone
LanguageHaskell2010

Stg.StaticAnalysis

Description

Extract Haskell values from running STG programs.

Synopsis

Documentation

class FreeVariables ast where Source #

Overloading class for determining the free variables of an object.

Minimal complete definition

freeVariables

Methods

freeVariables :: ast -> Set Var Source #