gdritter repos config-ini / c7104c8
Fixed formatting in haddocks Getty Ritter 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Collapse all Expand all
331331 -- while the fields within sections are parsed by 'SectionParser'
332332 -- computations, like 'field' and its variations. If we want to
333333 -- parse an INI file like the one above, treating the entire
334 -- `LOCAL` section as optional, we can write it like this:
334 -- @LOCAL@ section as optional, we can write it like this:
335335 --
336336 -- > data Config = Config
337337 -- > { cfNetwork :: NetworkConfig, cfLocal :: Maybe LocalConfig }