ghc-lib-parser-9.2.1.20211030: compiler/GHC/Driver/Session.hs-boot
module GHC.Driver.Session where
import GHC.Prelude
import GHC.Platform
import {-# SOURCE #-} GHC.Utils.Outputable
data DynFlags
targetPlatform :: DynFlags -> Platform
hasPprDebug :: DynFlags -> Bool
hasNoDebugOutput :: DynFlags -> Bool
initSDocContext :: DynFlags -> PprStyle -> SDocContext