ghc-boot-9.0.1: Shared functionality between GHC and its boot libraries
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Settings.Platform

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