ghc-lib-parser-9.0.2.20211226: The GHC API, decoupled from GHC versions
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Cmm.Type

Documentation

data CmmType Source #

Instances

Instances details
Outputable CmmType Source # 
Instance details

Defined in GHC.Cmm.Type

data Width Source #

Constructors

W8 
W16 
W32 
W64 
W128 
W256 
W512 

Instances

Instances details
Show Width Source # 
Instance details

Defined in GHC.Cmm.Type

Outputable Width Source # 
Instance details

Defined in GHC.Cmm.Type

Eq Width Source # 
Instance details

Defined in GHC.Cmm.Type

Methods

(==) :: Width -> Width -> Bool Source #

(/=) :: Width -> Width -> Bool Source #

Ord Width Source # 
Instance details

Defined in GHC.Cmm.Type

data ForeignHint Source #

Constructors

NoHint 
AddrHint 
SignedHint 

Instances

Instances details
Eq ForeignHint Source # 
Instance details

Defined in GHC.Cmm.Type