ghc-8.8.1: The GHC API
Safe HaskellNone
LanguageHaskell2010

StgCmmClosure

Synopsis

Documentation

newtype NonVoid a Source #

Constructors

NonVoid a 

Instances

Instances details
Eq a => Eq (NonVoid a) # 
Instance details

Defined in StgCmmClosure

Methods

(==) :: NonVoid a -> NonVoid a -> Bool #

(/=) :: NonVoid a -> NonVoid a -> Bool #

Show a => Show (NonVoid a) # 
Instance details

Defined in StgCmmClosure

Outputable a => Outputable (NonVoid a) # 
Instance details

Defined in StgCmmClosure

assertNonVoidIds :: [Id] -> [NonVoid Id] Source #

Used in places where some invariant ensures that all these Ids are non-void; e.g. constructor field binders in case expressions. See Note [Post-unarisation invariants] in UnariseStg.

assertNonVoidStgArgs :: [StgArg] -> [NonVoid StgArg] Source #

Used in places where some invariant ensures that all these arguments are non-void; e.g. constructor arguments. See Note [Post-unarisation invariants] in UnariseStg.

LambdaFormInfo

Used by other modules

data CgLoc Source #

Instances

Instances details
Outputable CgLoc # 
Instance details

Defined in StgCmmClosure

ClosureInfo

Inspection

Labels

Predicates

InfoTables