unison-parser-typechecker-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.PatternMatchCoverage.PmLit

Documentation

data PmLit Source #

Instances

Instances details
Show PmLit Source # 
Instance details

Defined in Unison.PatternMatchCoverage.PmLit

Methods

showsPrec :: Int -> PmLit -> ShowS #

show :: PmLit -> String #

showList :: [PmLit] -> ShowS #

Eq PmLit Source # 
Instance details

Defined in Unison.PatternMatchCoverage.PmLit

Methods

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

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

Ord PmLit Source # 
Instance details

Defined in Unison.PatternMatchCoverage.PmLit

Methods

compare :: PmLit -> PmLit -> Ordering #

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

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

(>) :: PmLit -> PmLit -> Bool #

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

max :: PmLit -> PmLit -> PmLit #

min :: PmLit -> PmLit -> PmLit #