Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. isInvisibleForAllTyBinder :: ForAllTyBinder -> Bool

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  2. isInvisibleForAllTyFlag :: ForAllTyFlag -> Bool

    ghc-lib-parser GHC.Types.Var

    Does this ForAllTyFlag classify an argument that is not written in Haskell?

  3. isSpecifiedForAllTyFlag :: ForAllTyFlag -> Bool

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  4. isVisibleForAllTyBinder :: ForAllTyBinder -> Bool

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  5. isVisibleForAllTyFlag :: ForAllTyFlag -> Bool

    ghc-lib-parser GHC.Types.Var

    Does this ForAllTyFlag classify an argument that is written in Haskell?

  6. mkForAllTyBinder :: vis -> TyCoVar -> VarBndr TyCoVar vis

    ghc-lib-parser GHC.Types.Var

    Make a named binder

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

    ghc-lib-parser GHC.Types.Var

    Make many named binders

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

    ghc-lib-parser GHC.Unit.Database

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

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

  10. ue_platform :: UnitEnv -> !Platform

    ghc-lib-parser GHC.Unit.Env

    Platform

Page 712 of many | Previous | Next