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.
mkForAllTyBinders :: vis -> [TyCoVar] -> [VarBndr TyCoVar vis]ghc-lib-parser GHC.Types.Var Make many named binders
readPackageDbForGhc :: FilePath -> IO [DbUnitInfo]ghc-lib-parser GHC.Unit.Database Read the part of the package DB that GHC is interested in.
-
ghc-lib-parser GHC.Unit.Database Read the part of the package DB that ghc-pkg is interested in Note that the Binary instance for ghc-pkg's representation of packages is not defined in this package. This is because ghc-pkg uses Cabal types (and Binary instances for these) which this package does not depend on. If we open the package db in read only mode, we get its contents. Otherwise we additionally receive a PackageDbLock that represents a lock on the database, so that we can safely update it later.
ue_platform :: UnitEnv -> !Platformghc-lib-parser GHC.Unit.Env Platform
cg_foreign :: CgGuts -> !ForeignStubsghc-lib-parser GHC.Unit.Module.ModGuts Foreign export stubs
cg_foreign_files :: CgGuts -> ![(ForeignSrcLang, FilePath)]ghc-lib-parser GHC.Unit.Module.ModGuts No documentation available.
mg_foreign :: ModGuts -> !ForeignStubsghc-lib-parser GHC.Unit.Module.ModGuts Foreign exports declared in this module
mg_foreign_files :: ModGuts -> ![(ForeignSrcLang, FilePath)]ghc-lib-parser GHC.Unit.Module.ModGuts Files to be compiled with the C compiler
-
ghc-lib-parser GHC.Unit.Module.ModIface No documentation available.
pprWarningTxtForMsg :: WarningTxt p -> SDocghc-lib-parser GHC.Unit.Module.Warnings No documentation available.