stringprep-1.0.0: Implements the "StringPrep" algorithm

Safe HaskellSafe-Inferred
LanguageHaskell98

Text.CharRanges

Synopsis

Documentation

data Range

Constructors

Single !Char 
Range !Char !Char 

Instances

range :: Char -> Char -> Range

data CharSet

toSet :: [Range] -> CharSet

Allows quick lookups using ranges.