Copyright | 2011-2014 Magnus Therning |
---|---|
License | BSD3 |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
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 #