hsini-0.5.1.2: ini configuration files
Copyright2011-2014 Magnus Therning
LicenseBSD3
Safe HaskellSafe
LanguageHaskell2010

Data.Ini.Reader

Description

Parser for configurations.

Synopsis

Documentation

parse :: String -> IniParseResult Config Source #

Parser for a configuration contained in a String.

data IniReaderError Source #

Constructors

IniParserError String 
IniSyntaxError String 
IniOtherError String 

Instances

Instances details
Eq IniReaderError Source # 
Instance details

Defined in Data.Ini.Reader.Internals

Show IniReaderError Source # 
Instance details

Defined in Data.Ini.Reader.Internals

Methods

showsPrec :: Int -> IniReaderError -> ShowS

show :: IniReaderError -> String

showList :: [IniReaderError] -> ShowS