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