hxt-charproperties-9.0.0: Character properties and classes for XML and UnicodeSource codeContentsIndex
Data.Set.CharSet
Portabilityportable
Stabilitystable
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Description
Char sets implemeted as non overlapping sorted lists of intervalls
Documentation
type CharSet = [(Char, Char)]Source
emptyCS :: CharSetSource
allCS :: CharSetSource
singleCS :: Char -> CharSetSource
stringCS :: String -> CharSetSource
rangeCS :: Char -> Char -> CharSetSource
nullCS :: CharSet -> BoolSource
fullCS :: CharSet -> BoolSource
unionCS :: CharSet -> CharSet -> CharSetSource
diffCS :: CharSet -> CharSet -> CharSetSource
intersectCS :: CharSet -> CharSet -> CharSetSource
exorCS :: CharSet -> CharSet -> CharSetSource
compCS :: CharSet -> CharSetSource
elemCS :: Char -> CharSet -> BoolSource
toListCS :: CharSet -> [Char]Source
Produced by Haddock version 2.6.1