stringprep-1.0.0: Implements the "StringPrep" algorithm

Safe HaskellSafe-Inferred

Text.CharRanges

Synopsis

Documentation

data Range Source

Constructors

Single !Char 
Range !Char !Char 

Instances

toSet :: [Range] -> CharSetSource

Allows quick lookups using ranges.