ghc-lib-8.8.3.20210620: The GHC API, decoupled from GHC versions
Safe HaskellNone
LanguageHaskell2010

StgCmmArgRep

Documentation

data ArgRep Source #

Constructors

P 
N 
L 
V 
F 
D 
V16 
V32 
V64 

Instances

Instances details
Outputable ArgRep Source # 
Instance details

Defined in StgCmmArgRep

Methods

ppr :: ArgRep -> SDoc #

pprPrec :: Rational -> ArgRep -> SDoc #