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.

  1. mkForAllTyBinders :: vis -> [TyCoVar] -> [VarBndr TyCoVar vis]

    ghc-lib-parser GHC.Types.Var

    Make many named binders

  2. readPackageDbForGhc :: FilePath -> IO [DbUnitInfo]

    ghc-lib-parser GHC.Unit.Database

    Read the part of the package DB that GHC is interested in.

  3. readPackageDbForGhcPkg :: forall pkgs (mode :: DbMode) t . Binary pkgs => FilePath -> DbOpenMode mode t -> IO (pkgs, DbOpenMode mode PackageDbLock)

    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.

  4. ue_platform :: UnitEnv -> !Platform

    ghc-lib-parser GHC.Unit.Env

    Platform

  5. cg_foreign :: CgGuts -> !ForeignStubs

    ghc-lib-parser GHC.Unit.Module.ModGuts

    Foreign export stubs

  6. cg_foreign_files :: CgGuts -> ![(ForeignSrcLang, FilePath)]

    ghc-lib-parser GHC.Unit.Module.ModGuts

    No documentation available.

  7. mg_foreign :: ModGuts -> !ForeignStubs

    ghc-lib-parser GHC.Unit.Module.ModGuts

    Foreign exports declared in this module

  8. mg_foreign_files :: ModGuts -> ![(ForeignSrcLang, FilePath)]

    ghc-lib-parser GHC.Unit.Module.ModGuts

    Files to be compiled with the C compiler

  9. set_mi_foreign :: forall (phase :: ModIfacePhase) . IfaceForeign -> ModIface_ phase -> ModIface_ phase

    ghc-lib-parser GHC.Unit.Module.ModIface

    No documentation available.

  10. pprWarningTxtForMsg :: WarningTxt p -> SDoc

    ghc-lib-parser GHC.Unit.Module.Warnings

    No documentation available.

Page 710 of many | Previous | Next