ghc-8.0.1: The GHC API

Safe HaskellSafe
LanguageHaskell2010

SPARC.Cond

Synopsis

Documentation

data Cond Source #

Branch condition codes.

Constructors

ALWAYS 
EQQ 
GE 
GEU 
GTT 
GU 
LE 
LEU 
LTT 
LU 
NE 
NEG 
NEVER 
POS 
VC 
VS 

Instances

Eq Cond # 

Methods

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

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