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

GHC.Core.Opt.SetLevels

Documentation

data Level Source #

Constructors

Level Int Int LevelType 

Instances

Instances details
Eq Level Source # 
Instance details

Defined in GHC.Core.Opt.SetLevels

Methods

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

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

Outputable Level Source # 
Instance details

Defined in GHC.Core.Opt.SetLevels

Methods

ppr :: Level -> SDoc #

pprPrec :: Rational -> Level -> SDoc #

data LevelType Source #

Constructors

BndrLvl 
JoinCeilLvl 

Instances

Instances details
Eq LevelType Source # 
Instance details

Defined in GHC.Core.Opt.SetLevels

data FloatSpec Source #

Constructors

FloatMe Level 
StayPut Level 

Instances

Instances details
Outputable FloatSpec Source # 
Instance details

Defined in GHC.Core.Opt.SetLevels