inflections-0.1.0.3: Text/Inflections/Parse/Types.hs
module Text.Inflections.Parse.Types ( Word(..) ) where
data Word = Word String
| Acronym String deriving (Show, Eq)
module Text.Inflections.Parse.Types ( Word(..) ) where
data Word = Word String
| Acronym String deriving (Show, Eq)