Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Plugins Like isForAllTy, but returns True only if it is a tyvar binder
isInvisibleForAllTyFlag :: ForAllTyFlag -> Boolghc GHC.Plugins Does this ForAllTyFlag classify an argument that is not written in Haskell?
isVisibleForAllTyFlag :: ForAllTyFlag -> Boolghc GHC.Plugins Does this ForAllTyFlag classify an argument that is written in Haskell?
-
ghc GHC.Plugins Make a Coercion from a tycovar, a kind coercion, and a body coercion.
mkForAllTy :: ForAllTyBinder -> Type -> Typeghc GHC.Plugins Like mkTyCoForAllTy, but does not check the occurrence of the binder See Note [Unused coercion variable in ForAllTy]
mkForAllTyBinder :: vis -> TyCoVar -> VarBndr TyCoVar visghc GHC.Plugins Make a named binder
mkForAllTyBinders :: vis -> [TyCoVar] -> [VarBndr TyCoVar vis]ghc GHC.Plugins Make many named binders
mkForAllTys :: [ForAllTyBinder] -> Type -> Typeghc GHC.Plugins Wraps foralls over the type using the provided TyCoVars from left to right
mkForeignExportOcc :: OccName -> OccNameghc GHC.Plugins No documentation available.
mkForeignExportOcc :: OccName -> OccNameghc GHC.Plugins No documentation available.