hsini-0.5.2.2: ini configuration files
Copyright2011-2014 Magnus Therning
LicenseBSD3
Safe HaskellSafe-Inferred
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
Show IniReaderError Source # 
Instance details

Defined in Data.Ini.Reader.Internals

Methods

showsPrec :: Int -> IniReaderError -> ShowS

show :: IniReaderError -> String

showList :: [IniReaderError] -> ShowS

Eq IniReaderError Source # 
Instance details

Defined in Data.Ini.Reader.Internals