ghc-8.2.2: The GHC API

Safe HaskellNone
LanguageHaskell2010

StgCmmClosure

Contents

Synopsis

Documentation

type DynTag = Int #

type ConTagZ = Int #

A *zero-indexed* constructor tag

newtype NonVoid a #

Constructors

NonVoid a 

Instances

Eq a => Eq (NonVoid a) # 

Methods

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

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

Show a => Show (NonVoid a) # 
Outputable a => Outputable (NonVoid a) # 

Methods

ppr :: NonVoid a -> SDoc #

pprPrec :: Rational -> NonVoid a -> SDoc #

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

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] #

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 #

Instances

ClosureInfo

Inspection

Labels

Predicates

InfoTables