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

CmmType

Documentation

data CmmType Source #

Instances

Instances details
Outputable CmmType Source # 
Instance details

Defined in CmmType

data Width Source #

Constructors

W8 
W16 
W32 
W64 
W128 
W256 
W512 

Instances

Instances details
Eq Width Source # 
Instance details

Defined in CmmType

Methods

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

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

Ord Width Source # 
Instance details

Defined in CmmType

Show Width Source # 
Instance details

Defined in CmmType

Outputable Width Source # 
Instance details

Defined in CmmType

data ForeignHint Source #

Constructors

NoHint 
AddrHint 
SignedHint 

Instances

Instances details
Eq ForeignHint Source # 
Instance details

Defined in CmmType