Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Data.Conf.Types
Documentation
type Conf = [ConfStatement] Source #
data ConfStatement Source #
Constructors
ConfStatementComment Comment | |
ConfStatementBlock Block | |
ConfStatementEmptyLine | We store empty lines while parsing so we can reconstruct the document when pretty-printing |
ConfStatementExpression Expression |
Instances
Constructors
Block [Text] [ConfStatement] |