Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data CaseConvention Source #
capitalize :: String -> String Source #
convertCase :: CaseConvention -> CaseConvention -> String -> String Source #
decapitalize :: String -> String Source #
indentLines :: String -> String Source #
javaStyleComment :: String -> String Source #
nonAlnumToUnderscores :: String -> String Source #
withCharacterAliases :: String -> String Source #