inflections-0.2.0.0: Inflections library for Haskell
Text.Inflections.Parse.Types
Synopsis
data Word Source
A String that should be kept whole through applied inflections
String
Constructors
A word that may be transformed by inflection
A word that may not be transformed by inflections
Instances
mapWord :: (String -> String) -> Word -> Word Source