ghc-7.4.2: The GHC API

Safe HaskellNone

StgSyn

Documentation

data GenStgArg occ Source

Instances

data GenStgBinding bndr occ Source

Constructors

StgNonRec bndr (GenStgRhs bndr occ) 
StgRec [(bndr, GenStgRhs bndr occ)] 

Instances

(Outputable bndr, Outputable bdee, Ord bdee) => Outputable (GenStgBinding bndr bdee) 

data GenStgExpr bndr occ Source

Instances

(Outputable bndr, Outputable bdee, Ord bdee) => Outputable (GenStgExpr bndr bdee) 

data GenStgRhs bndr occ Source

Instances

(Outputable bndr, Outputable bdee, Ord bdee) => Outputable (GenStgRhs bndr bdee) 

type GenStgAlt bndr occ = (AltCon, [bndr], [Bool], GenStgExpr bndr occ)Source

data SRT Source

Constructors

NoSRT 
SRTEntries IdSet 
SRT !Int !Int !Bitmap