| Safe Haskell | Safe-Inferred |
|---|
Data.Ini.Reader
Description
Parser for configurations.
- parse :: String -> IniParseResult Config
- data IniReaderError
- type IniParseResult = Either IniReaderError
Documentation
data IniReaderError Source
Constructors
| IniParserError String | |
| IniSyntaxError String | |
| IniOtherError String |
Instances