json-to-type-4.0.0: Automatic type declaration for JSON input data
Safe HaskellSafe-Inferred
LanguageHaskell2010

JsonToType.Format

Description

Formatting tools for code generation.

Synopsis

Documentation

capitalize :: Text -> Text Source #

Make the first letter of a Text upper case.

uncapitalize :: Text -> Text Source #

Make the first letter of a Text lower case.