Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
An Ini
value is a mapping from section names to
IniSection
values.
data IniSection Source #
An IniSection
consists of a name, a mapping of key-value pairs,
and metadata about where the section starts and ends in the file.
An IniValue
represents a key-value mapping, and also stores the
line number where it appears.