Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype Options = Options {
- modifyTypeName :: Text -> Text
- defaultOptions :: Options
- dropQualifier :: Text -> Text
- qualified :: Text -> Text
- qualifyAs :: Text -> Text -> Text
- qualifyWithLastName :: Text -> Text
Documentation
Options used to adjust the creation of encoders/decoders
Options | |
|
defaultOptions :: Options Source #
Default options for adjusting the creation of Encoders/Decoders
dropQualifier :: Text -> Text Source #
Drop the leading names in a qualified name
qualifyWithLastName :: Text -> Text Source #
Keep the last name as the qualifier