úÎA~>Å      Safe-Inferred3Matches  acceptable* characters for parameterization purposes.     Safe-InferredA !6 that should be kept whole through applied inflections1A word that may not be transformed by inflections,A word that may be transformed by inflection Safe-Inferred3""" Safe-Inferred3#(Recognizes an input String in CamelCase.#$#$ Safe-Inferred3%&%& Safe-Inferred~Returns the suffix that should be added to a number to denote the position in an ordered sequence such as 1st, 2nd, 3rd, 4th.uTurns a number into an ordinal string used to denote the position in an ordered sequence such as 1st, 2nd, 3rd, 4th. Safe-InferredCReplaces underscores in a snake_cased string with dashes (hyphens).#Input Words to separate with dashesThe dasherized String''  Safe-Inferred 'Capitalizes all the Words in the input   . 1List of Words, first of which will be capitalizedThe titleized String(  (  Safe-Inferred wCapitalizes the first word and turns underscores into spaces. Like titleize, this is meant for creating pretty output.)9Returns list with Bool indicating if an element is first. 1List of Words, first of which will be capitalizedThe humanized output)*  )*  Safe-Inferred KTurns a an input Word List in into CamelCase. Returns the CamelCase String. 1Turns an input Word List into a CamelCase String.+9Returns list with Bool indicating if an element is first. (Input Words to separate with underscoresThe camelized String >Whether to capitalize the first character in the output StringThe input WordsThe camelized String,+  ,+ Safe-Inferred =Turns a CamelCase string into an underscore_separated String. (Input Words to separate with underscoresThe underscored String-  - Safe-InferredHThese default transliterations stolen from the Ruby i18n library - see  Xhttps://github.com/svenfuchs/i18n/blob/master/lib/i18n/backend/transliterator.rb#L41:L69. Safe-InferredA w containing mappings from international characters to sequences approximating these characters within the ASCII range.MReplaces special characters in a string so that it may be used as part of a pretty7 URL. Uses the default transliterations in this library;Transliterate a String with a custom transliteration table..ÊLook up character in transliteration list. Accepts a Transliteration map which has Chars as keys and Strings as values for approximating common international Unicode characters within the ASCII range./uGiven a Transliteration table and a PChar, returns Maybe PChar indicating how this character should appear in a URL.04Turns PChar tokens into their String representation.1:Reduce sequences of separators down to only one separator.2<Trim non-wanted elements from the beginning and end of list../012./012 Safe-InferredÿReturns a String after default approximations for changing Unicode characters to a valid ASCII range are applied. If you want to supplement the default approximations with your own, you should use the transliterateCustom function instead of transliterate.rReturns a String after default approximations for changing Unicode characters to a valid ASCII range are applied.ARails-like inflections library for common String transformations.(c) Justin LeitgebMITjustin@stackbuilders.comunstableportable Safe-InferredgTransforms CamelCasedString to snake_cased_string_with_underscores. Throws exception if parsing failedcTransforms CamelCasedString to snake-cased-string-with-dashes. Throws exception if parsing failed.ETransforms underscored_text to CamelCasedText. If first argument is 3A then FirstCharacter in result string will be in upper case. If 4O then firstCharacter will be in lower case. Throws exception if parsing failed   5     !"#$%&'()*+,-./0123456728289 : ; < ; <=>?@ABCDECDFGinflections-0.2.0.0Text.Inflections.Parse.TypesText.Inflections&Text.Inflections.Parse.ParameterizableText.Inflections.Parse.Acronym Text.Inflections.Parse.CamelCase Text.Inflections.Parse.SnakeCaseText.Inflections.OrdinalText.Inflections.DasherizeText.Inflections.TitleizeDataListText.Inflections.HumanizeText.Inflections.CamelizeText.Inflections.UnderscoreText.Inflections.DataText.Inflections.ParameterizeData.MapMapText.Inflections.TransliterateWordAcronymmapWordparseCamelCaseparseSnakeCaseordinal ordinalize dasherizetitleizehumanizecamelizecamelizeCustom underscore defaultMapTransliterations parameterizeparameterizeCustom transliteratetransliterateCustom toUnderscoretoDashed toCamelCasedacceptableParserPCharNonAscii OtherAscii Underscore Separator AcceptableUCaseparserisValidParamCharbaseGHC.BaseStringacronymwordtoString upperCaseWord isFirstList caseForWordtoDowncasedStringtransliteratePCharCustomparameterizeCharpCharToCsqueezeSeparators trimUnwantedghc-prim GHC.TypesTrueFalse