Fixed formatting in haddocks
Getty Ritter
9 years ago
| 331 | 331 | -- while the fields within sections are parsed by 'SectionParser' |
| 332 | 332 | -- computations, like 'field' and its variations. If we want to |
| 333 | 333 | -- parse an INI file like the one above, treating the entire |
| 334 |
-- |
|
| 334 | -- @LOCAL@ section as optional, we can write it like this: | |
| 335 | 335 | -- |
| 336 | 336 | -- > data Config = Config |
| 337 | 337 | -- > { cfNetwork :: NetworkConfig, cfLocal :: Maybe LocalConfig } |