stringprep-1.0.0: Implements the "StringPrep" algorithm

Safe HaskellNone
LanguageHaskell98

Text.StringPrep

Documentation

data StringPrepProfile Source #

Constructors

Profile 

Fields

data Range Source #

Instances
Eq Range Source # 
Instance details

Defined in Text.CharRanges

Methods

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

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

Show Range Source # 
Instance details

Defined in Text.CharRanges

Methods

showsPrec :: Int -> Range -> ShowS #

show :: Range -> String #

showList :: [Range] -> ShowS #

type Map = Char -> Text Source #