stringprep-1.0.0: Implements the "StringPrep" algorithm
Safe HaskellSafe-Inferred
LanguageHaskell98

Text.CharRanges

Synopsis

Documentation

data Range Source #

Constructors

Single !Char 
Range !Char !Char 

Instances

Instances details
Show Range Source # 
Instance details

Defined in Text.CharRanges

Eq Range Source # 
Instance details

Defined in Text.CharRanges

Methods

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

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

toSet :: [Range] -> CharSet Source #

Allows quick lookups using ranges.