ghc-lib-8.8.1.20191204: 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
Outputable ArgRep Source # 
Instance details

Defined in StgCmmArgRep

Methods

ppr :: ArgRep -> SDoc #

pprPrec :: Rational -> ArgRep -> SDoc #