charset-0.3.7.1: Fast unicode character sets based on complemented PATRICIA tries

Copyright(c) Edward Kmett 2010
LicenseBSD3
Maintainerekmett@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Data.CharSet.Unicode

Contents

Description

Provides unicode general categories, which are typically connoted by \p{Ll} or \p{Modifier_Letter}. Lookups can be constructed using categories or individual character sets can be used directly.

Synopsis

Unicode General Category

data UnicodeCategory Source #

Instances
Data UnicodeCategory Source # 
Instance details

Defined in Data.CharSet.Unicode

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UnicodeCategory -> c UnicodeCategory #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UnicodeCategory #

toConstr :: UnicodeCategory -> Constr #

dataTypeOf :: UnicodeCategory -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c UnicodeCategory) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UnicodeCategory) #

gmapT :: (forall b. Data b => b -> b) -> UnicodeCategory -> UnicodeCategory #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UnicodeCategory -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UnicodeCategory -> r #

gmapQ :: (forall d. Data d => d -> u) -> UnicodeCategory -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UnicodeCategory -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UnicodeCategory -> m UnicodeCategory #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UnicodeCategory -> m UnicodeCategory #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UnicodeCategory -> m UnicodeCategory #

Show UnicodeCategory Source # 
Instance details

Defined in Data.CharSet.Unicode

Lookup

CharSets by UnicodeCategory

Letter

Letter&

Mark

Separator

Symbol

Number

Punctuation

Other