Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
-
ghc GHC.Hs.Binds No documentation available.
type
LForeignDecl pass = XRec pass ForeignDecl passghc GHC.Hs.Decls Located Foreign Declaration
XForeignDecl :: !XXForeignDecl pass -> ForeignDecl passghc GHC.Hs.Decls No documentation available.
XForeignExport :: !XXForeignExport pass -> ForeignExport passghc GHC.Hs.Decls No documentation available.
XForeignImport :: !XXForeignImport pass -> ForeignImport passghc GHC.Hs.Decls No documentation available.