stringprep-1.0.0: Implements the "StringPrep" algorithm

Safe HaskellNone

Text.StringPrep

Documentation

data StringPrepProfile Source

Constructors

Profile 

Fields

maps :: [Map]
 
shouldNormalize :: Bool
 
prohibited :: [Prohibited]
 
shouldCheckBidi :: Bool
 

data Range Source

Instances

type Map = Char -> TextSource