packages feed

ghc-lib-parser-0.20200301: compiler/GHC/Driver/Session.hs-boot

module GHC.Driver.Session where

import GhcPrelude
import GHC.Platform
import {-# SOURCE #-} Outputable

data DynFlags
data DumpFlag
data GeneralFlag

targetPlatform           :: DynFlags -> Platform
pprUserLength            :: DynFlags -> Int
pprCols                  :: DynFlags -> Int
unsafeGlobalDynFlags     :: DynFlags
hasPprDebug              :: DynFlags -> Bool
hasNoDebugOutput         :: DynFlags -> Bool
initSDocContext          :: DynFlags -> PprStyle -> SDocContext