| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Haskell.Brittany.Internal.Config
Documentation
Constructors
| Config | |
Fields
| |
data CDebugConfig f Source #
Constructors
| DebugConfig | |
Fields
| |
Instances
data CLayoutConfig f Source #
Constructors
| LayoutConfig | |
Fields
| |
Instances
type DebugConfig = CDebugConfig Identity Source #
type LayoutConfig = CLayoutConfig Identity Source #
showConfigYaml :: Config -> String Source #