ghc-8.8.1: The GHC API
Safe HaskellNone
LanguageHaskell2010

StgFVs

Description

Free variable analysis on STG terms.

Synopsis

Documentation

annTopBindingsFreeVars :: [StgTopBinding] -> [CgStgTopBinding] Source #

Annotates a top-level STG binding group with its free variables.

annBindingFreeVars :: StgBinding -> CgStgBinding Source #

Annotates an STG binding with its free variables.