ghc-lib-0.20190909: The GHC API, decoupled from GHC versions

Safe HaskellSafe
LanguageHaskell2010

GHC.Settings

Synopsis

Documentation

getSetting0 :: FilePath -> RawSettings -> String -> Either String String Source #

See Note [Settings file] for "0" suffix

getFilePathSetting0 :: FilePath -> FilePath -> RawSettings -> String -> Either String String Source #

See Note [Settings file] for "0" suffix

getBooleanSetting0 :: FilePath -> RawSettings -> String -> Either String Bool Source #

See Note [Settings file] for "0" suffix

readSetting0 :: (Show a, Read a) => FilePath -> RawSettings -> String -> Either String a Source #

See Note [Settings file] for "0" suffix