ajhc-0.8.0.7: Haskell compiler that produce binary through C language

Safe HaskellNone

Support.IniParse

Documentation

parseIniFilesSource

Arguments

:: Bool

whether verbose is enabled

-> String

raw ini contents to parse first

-> [FilePath]

the files (in order) we attempt to parse

-> [String]

the m-flags

-> IO (Map String String)