Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
platformMisc_libFFI :: PlatformMisc -> Boolghc GHC.Driver.Session No documentation available.
platformMisc_llvmTarget :: PlatformMisc -> Stringghc GHC.Driver.Session No documentation available.
platformMisc_targetPlatformString :: PlatformMisc -> Stringghc GHC.Driver.Session No documentation available.
sPlatformMisc :: Settings -> {-# UNPACK #-} !PlatformMiscghc GHC.Driver.Session No documentation available.
sTargetPlatform :: Settings -> Platformghc GHC.Driver.Session No documentation available.
sTargetPlatformString :: Settings -> Stringghc GHC.Driver.Session No documentation available.
strictnessBefore :: DynFlags -> [Int]ghc GHC.Driver.Session Additional demand analysis
targetPlatform :: DynFlags -> Platformghc GHC.Driver.Session No documentation available.
unsafeFlagsForInfer :: [(Extension, DynFlags -> SrcSpan, DynFlags -> Bool, DynFlags -> DynFlags)]ghc GHC.Driver.Session A list of unsafe flags under Safe Haskell. Tuple elements are: * name of the flag * function to get srcspan that enabled the flag * function to test if the flag is on * function to turn the flag off
updatePlatformConstants :: DynFlags -> Maybe PlatformConstants -> IO DynFlagsghc GHC.Driver.Session No documentation available.