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.
isInvisibleForAllTyBinder :: ForAllTyBinder -> Boolghc-lib-parser GHC.Types.Var No documentation available.
isInvisibleForAllTyFlag :: ForAllTyFlag -> Boolghc-lib-parser GHC.Types.Var Does this ForAllTyFlag classify an argument that is not written in Haskell?
isSpecifiedForAllTyFlag :: ForAllTyFlag -> Boolghc-lib-parser GHC.Types.Var No documentation available.
isVisibleForAllTyBinder :: ForAllTyBinder -> Boolghc-lib-parser GHC.Types.Var No documentation available.
isVisibleForAllTyFlag :: ForAllTyFlag -> Boolghc-lib-parser GHC.Types.Var Does this ForAllTyFlag classify an argument that is written in Haskell?
mkForAllTyBinder :: vis -> TyCoVar -> VarBndr TyCoVar visghc-lib-parser GHC.Types.Var Make a named binder
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