ghc-lib-0.20190402: The GHC API, decoupled from GHC versions

Safe HaskellNone
LanguageHaskell2010

PPC.Cond

Documentation

data Cond Source #

Constructors

ALWAYS 
EQQ 
GE 
GEU 
GTT 
GU 
LE 
LEU 
LTT 
LU 
NE 
Instances
Eq Cond Source # 
Instance details

Defined in PPC.Cond

Methods

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

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