language-conf-0.1.2.0: Conf parsers and pretty-printers for the Haskell programming language.

Safe HaskellSafe
LanguageHaskell2010

Data.Conf.Types

Documentation

data Block Source #

Constructors

Block [Text] [ConfStatement] 

Instances

Eq Block Source # 

Methods

(==) :: Block -> Block -> Bool #

(/=) :: Block -> Block -> Bool #

Show Block Source # 

Methods

showsPrec :: Int -> Block -> ShowS #

show :: Block -> String #

showList :: [Block] -> ShowS #

data Comment Source #

Constructors

Comment Text