language-spelling-0.2: Various tools to detect/correct mistakes in words

Safe HaskellSafe-Inferred

Language.Phonetic.Internal

Description

See the documentation for Internal to see why this module is potentially dangerous.

Synopsis

Documentation

newtype Code enc Source

A wrapped ByteString.

Constructors

Code 

Fields

getCode :: ByteString
 

Instances

Eq (Code enc) 
Show (Code enc) 

newtype Alphabet enc Source

A wrapped Set Char.

Constructors

Alphabet 

Fields

getAlphabet :: Set Char
 

Instances

Eq (Alphabet enc) 
Show (Alphabet enc)