ú뼄      #Constructs an empty configuration. Returns True5 iff the configuration has a section with that name. KReturns the section with the given name if it exists in the configuration. ,Returns a list of the names of all section. "Removes the section if it exists. Returns True& if the names section has the option. /Returns the value of the option, if it exists. .Returns a list of all options in the section. 3Sets the value of the option, adding it if it doesn' t exist. =Removes the option if it exists. Empty sections are pruned. 3Returns all options and their values of a section.      4The type used to represent a line of a config file. %Build a configuration from a list of  items. Consumer of whitespace " t". KParser for the start-of-section line. It expects the line to start with a  [+ then find the section name, and finally a ]. The section name may be 9 surrounded by any number of white space characters (see ). KParser for a single line of an option. The line must start with an option  name, then a == must be found, and finally the rest of the line is taken as L the option value. The equal sign may be surrounded by any number of white  space characters (see ). !HParser for an option-value continuation line. The line must start with $ either a space or a tab character (" t"!). Everything else on the line, H until the newline character, is taken as the continuation of an option  value. " Parser for noise7 in the configuration file, such as comments and empty C lines. (Note that lines containing only space characters will be  successfully parsed by !.) # !"# !"#*Parser for a configuration contained in a $. %      !"#$%&'()*+, hsini-0.1Data.Ini.TypesData.IniData.Ini.ReaderData.Ini.Reader.Internals OptionValue OptionNameSection SectionNameConfig cfgFromList cfgToList emptyConfig hasSection getSectionsections delSection hasOption getOptionoptions setOption delOptionallItemsIniParseResultIniReaderError IniOtherErrorIniSyntaxErrorIniParserErrorparseIniFileCommentL OptionContLOptionLSectionL buildConfig eatWhiteSpace secParser optLineParser optContParser noiseParser iniParserbaseGHC.BaseString