hyphenation-0.2.0.1: Configurable Knuth-Liang hyphenation

Portabilityportable
Stabilityprovisional
MaintainerEdward Kmett <ekmett@gmail.com>
Safe HaskellSafe-Infered

Text.Hyphenation.Exception

Contents

Description

 

Synopsis

Pattern file support

data Exceptions Source

Instances

Show Exceptions 
Monoid Exceptions

Exceptions permit an exact list of hyphenation locations but merging exceptions is used to restrict the set when both contain the same word

addException :: String -> Exceptions -> ExceptionsSource

add an exception to the exception table. if it is already present, this will restrict the set of hyphenations to the intersection of the set provided and the set present.