| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Bond.Codegen.Haskell.Util
Documentation
data CodegenOpts Source #
Constructors
| CodegenOpts | |
Fields
| |
capitalize :: String -> String Source #
uncapitalize :: String -> String Source #
mkModuleName :: QualifiedName -> String -> ModuleName Source #
makeDeclName :: Declaration -> String Source #
makeFieldName :: Field -> String Source #
getQualifiedName :: MappingContext -> QualifiedName -> String Source #
getDeclTypeName :: MappingContext -> Declaration -> String Source #
resolveNamespace :: MappingContext -> [Namespace] -> QualifiedName Source #