stringprep-1.0.0: Implements the "StringPrep" algorithm

Safe HaskellSafe
LanguageHaskell98

Text.CharRanges

Synopsis

Documentation

data Range Source

Constructors

Single !Char 
Range !Char !Char 

toSet :: [Range] -> CharSet Source

Allows quick lookups using ranges.