stringprep-1.0.0: Implements the "StringPrep" algorithm
Text.CharRanges
data Range Source #
Constructors
Defined in Text.CharRanges
Methods
(==) :: Range -> Range -> Bool Source #
(/=) :: Range -> Range -> Bool Source #
showsPrec :: Int -> Range -> ShowS Source #
show :: Range -> String Source #
showList :: [Range] -> ShowS Source #
range :: Char -> Char -> Range Source #
single :: Char -> Range Source #
data CharSet Source #
toSet :: [Range] -> CharSet Source #
Allows quick lookups using ranges.
member :: Char -> CharSet -> Bool Source #