inflections-0.2.0.0: Inflections library for Haskell

Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Inflections.Parse.Types

Synopsis

Documentation

data Word Source

A String that should be kept whole through applied inflections

Constructors

Word String

A word that may be transformed by inflection

Acronym String

A word that may not be transformed by inflections

Instances