Copyright | 2011-2014 Magnus Therning |
---|---|
License | BSD3 |
Safe Haskell | Safe |
Language | Haskell2010 |
Data.Ini.Reader
Description
Parser for configurations.
Documentation
data IniReaderError Source #
Constructors
IniParserError String | |
IniSyntaxError String | |
IniOtherError String |
Instances
type IniParseResult = Either IniReaderError Source #