stringprep-1.0.0: Implements the "StringPrep" algorithm
Text.CharRanges
Synopsis
data Range Source
Constructors
Instances
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