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.
dumpPrefixForce :: DynFlags -> Maybe FilePathghc GHC Override the dumpPrefix set by setDumpPrefix or 'ghc.GHCi.UI.runStmt'. Set by -ddump-file-prefix
getInstancesForType :: GhcMonad m => Type -> m [ClsInst]ghc GHC No documentation available.
maxForcedSpecArgs :: DynFlags -> Intghc GHC No documentation available.
mkNamePprCtxForModule :: GhcMonad m => ModuleInfo -> m (Maybe NamePprCtx)ghc GHC No documentation available.
modInfoRdrEnv :: ModuleInfo -> Maybe IfGlobalRdrEnvghc GHC No documentation available.
platformMisc :: DynFlags -> {-# UNPACK #-} !PlatformMiscghc GHC No documentation available.
pprForAll :: [ForAllTyBinder] -> SDocghc GHC No documentation available.
splitForAllTyCoVars :: Type -> ([TyCoVar], Type)ghc GHC Take a ForAllTy apart, returning the list of tycovars and the result type. This always succeeds, even if it returns only an empty list. Note that the result type returned may have free variables that were bound by a forall.
strictnessBefore :: DynFlags -> [Int]ghc GHC Additional demand analysis
targetPlatform :: DynFlags -> Platformghc GHC No documentation available.