Copyright | 2011-2014 Magnus Therning |
---|---|
License | BSD3 |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Parser for configurations.
Synopsis
Documentation
data IniReaderError Source #
Instances
Show IniReaderError Source # | |
Defined in Data.Ini.Reader.Internals showsPrec :: Int -> IniReaderError -> ShowS # show :: IniReaderError -> String # showList :: [IniReaderError] -> ShowS # | |
Eq IniReaderError Source # | |
Defined in Data.Ini.Reader.Internals (==) :: IniReaderError -> IniReaderError -> Bool # (/=) :: IniReaderError -> IniReaderError -> Bool # |
type IniParseResult = Either IniReaderError Source #