IHP Api Reference
Safe HaskellSafe-Inferred

IHP.NameSupport.Inflections.Data

Synopsis

Documentation

defaultPlurals' :: [(Text, Text)] Source #

These default inflections stolen from the Ruby inflection library - see https://github.com/rails/rails/blob/master/activesupport/lib/active_support/inflections.rb

defaultSingulars' :: [(Text, Text)] Source #

These default inflections stolen from the Ruby inflection library - see https://github.com/rails/rails/blob/master/activesupport/lib/active_support/inflections.rb

defaultIrregulars' :: [(Text, Text)] Source #

These default irregular inflections stolen from the Ruby inflection library - see https://github.com/rails/rails/blob/master/activesupport/lib/active_support/inflections.rb

defaultUncountables' :: [Text] Source #

These default uncountable inflections stolen from the Ruby inflection library - see https://github.com/rails/rails/blob/master/activesupport/lib/active_support/inflections.rb