Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hydra.Tools.Formatting
Description
String formatting utilities
Documentation
data CaseConvention Source #
convertCase :: CaseConvention -> CaseConvention -> String -> String Source #
indentLines :: String -> String Source #
javaStyleComment :: String -> String Source #
nonAlnumToUnderscores :: String -> String Source #
withCharacterAliases :: String -> String Source #