ucd-0.0.1.3: Unicode Character Database — Predicates on characters specified by Unicode

Safe HaskellNone
LanguageHaskell2010

Data.Char.Properties.BidiBrackets

Documentation

data Type Source #

Constructors

O 
C 
Instances
Bounded Type Source # 
Instance details

Defined in Data.Char.Properties.BidiBrackets

Enum Type Source # 
Instance details

Defined in Data.Char.Properties.BidiBrackets

Methods

succ :: Type -> Type #

pred :: Type -> Type #

toEnum :: Int -> Type #

fromEnum :: Type -> Int #

enumFrom :: Type -> [Type] #

enumFromThen :: Type -> Type -> [Type] #

enumFromTo :: Type -> Type -> [Type] #

enumFromThenTo :: Type -> Type -> Type -> [Type] #

Eq Type Source # 
Instance details

Defined in Data.Char.Properties.BidiBrackets

Methods

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

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

Read Type Source # 
Instance details

Defined in Data.Char.Properties.BidiBrackets

Show Type Source # 
Instance details

Defined in Data.Char.Properties.BidiBrackets

Methods

showsPrec :: Int -> Type -> ShowS #

show :: Type -> String #

showList :: [Type] -> ShowS #