| Copyright | 2011-2014 Magnus Therning |
|---|---|
| License | BSD3 |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Data.Ini.Reader
Description
Parser for configurations.
Synopsis
Documentation
data IniReaderError Source #
Constructors
| IniParserError String | |
| IniSyntaxError String | |
| IniOtherError String |
Instances
| Show IniReaderError Source # | |
Defined in Data.Ini.Reader.Internals | |
| Eq IniReaderError Source # | |
Defined in Data.Ini.Reader.Internals Methods (==) :: IniReaderError -> IniReaderError -> Bool Source # (/=) :: IniReaderError -> IniReaderError -> Bool Source # | |
type IniParseResult = Either IniReaderError Source #