| Copyright | 2011-2014 Magnus Therning |
|---|---|
| License | BSD3 |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Data.Ini.Types
Description
Documentation
type Config = Map SectionName Section #
type SectionName = String #
type Section = Map OptionName OptionValue #
type OptionName = String #
type OptionValue = String #
cfgFromList :: [(SectionName, [(OptionName, OptionValue)])] -> Config #
cfgToList :: Config -> [(SectionName, [(OptionName, OptionValue)])] #