json-autotype-3.0.4: Automatic type declaration for JSON input data
Safe HaskellSafe
LanguageHaskell2010

Data.Aeson.AutoType.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.