ghc-9.4.4: The GHC API
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.StgToCmm.ArgRep

Documentation

data ArgRep Source #

Constructors

P 
N 
L 
V 
F 
D 
V16 
V32 
V64 

Instances

Instances details
Outputable ArgRep Source # 
Instance details

Defined in GHC.StgToCmm.ArgRep

Methods

ppr :: ArgRep -> SDoc Source #

Eq ArgRep Source # 
Instance details

Defined in GHC.StgToCmm.ArgRep

Methods

(==) :: ArgRep -> ArgRep -> Bool #

(/=) :: ArgRep -> ArgRep -> Bool #