Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
concatCase :: FunctionName -> Text Source #
Function name builder that simply concat each part together
snakeCase :: FunctionName -> Text Source #
Function name builder using the snake_case convention. each part is separated by a single underscore character.
camelCase :: FunctionName -> Text Source #
Function name builder using the CamelCase convention. each part begins with an upper case character.