stringprep-1.0.0: Implements the "StringPrep" algorithm
Safe HaskellNone
LanguageHaskell98

Text.StringPrep

Documentation

data StringPrepProfile Source #

Constructors

Profile 

Fields

data Range Source #

Instances

Instances details
Eq Range Source # 
Instance details

Defined in Text.CharRanges

Methods

(==) :: Range -> Range -> Bool Source #

(/=) :: Range -> Range -> Bool Source #

Show Range Source # 
Instance details

Defined in Text.CharRanges

type Map = Char -> Text Source #