hsini-0.5.1.2: ini configuration files
Data.Ini.Reader
Description
Parser for configurations.
Synopsis
parse :: String -> IniParseResult Config Source #
Parser for a configuration contained in a String.
String
data IniReaderError Source #
Constructors
Instances
Methods
(==) :: IniReaderError -> IniReaderError -> Bool #
(/=) :: IniReaderError -> IniReaderError -> Bool #
showsPrec :: Int -> IniReaderError -> ShowS #
show :: IniReaderError -> String #
showList :: [IniReaderError] -> ShowS #
type IniParseResult = Either IniReaderError Source #