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.

  1. dumpPrefixForce :: DynFlags -> Maybe FilePath

    ghc GHC

    Override the dumpPrefix set by setDumpPrefix or 'ghc.GHCi.UI.runStmt'. Set by -ddump-file-prefix

  2. getInstancesForType :: GhcMonad m => Type -> m [ClsInst]

    ghc GHC

    No documentation available.

  3. maxForcedSpecArgs :: DynFlags -> Int

    ghc GHC

    No documentation available.

  4. mkNamePprCtxForModule :: GhcMonad m => ModuleInfo -> m (Maybe NamePprCtx)

    ghc GHC

    No documentation available.

  5. modInfoRdrEnv :: ModuleInfo -> Maybe IfGlobalRdrEnv

    ghc GHC

    No documentation available.

  6. platformMisc :: DynFlags -> {-# UNPACK #-} !PlatformMisc

    ghc GHC

    No documentation available.

  7. pprForAll :: [ForAllTyBinder] -> SDoc

    ghc GHC

    No documentation available.

  8. 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.

  9. strictnessBefore :: DynFlags -> [Int]

    ghc GHC

    Additional demand analysis

  10. targetPlatform :: DynFlags -> Platform

    ghc GHC

    No documentation available.

Page 436 of many | Previous | Next