ghc-8.2.2: The GHC API

Safe HaskellNone
LanguageHaskell2010

CmmType

Documentation

data CmmType #

Instances

data Width #

Constructors

W8 
W16 
W32 
W64 
W80 
W128 
W256 
W512 

Instances

Eq Width # 

Methods

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

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

Ord Width # 

Methods

compare :: Width -> Width -> Ordering #

(<) :: Width -> Width -> Bool #

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

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

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

max :: Width -> Width -> Width #

min :: Width -> Width -> Width #

Show Width # 
Outputable Width # 

Methods

ppr :: Width -> SDoc #

pprPrec :: Rational -> Width -> SDoc #

type Length = Int #