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.
-
ghc GHC.Core.Type Drops all ForAllTys
-
ghc GHC.Core.Type Checks whether this is a proper forall (with a named binder)
-
ghc GHC.Core.Type Like isForAllTy, but returns True only if it is a covar binder
isForAllTy_invis_ty :: Type -> Boolghc GHC.Core.Type Like isForAllTy, but returns True only if it is an inferred tyvar binder
-
ghc GHC.Core.Type Like isForAllTy, but returns True only if it is a tyvar binder
isInvisibleForAllTyFlag :: ForAllTyFlag -> Boolghc GHC.Core.Type Does this ForAllTyFlag classify an argument that is not written in Haskell?
isVisibleForAllTyFlag :: ForAllTyFlag -> Boolghc GHC.Core.Type Does this ForAllTyFlag classify an argument that is written in Haskell?
mkForAllTy :: ForAllTyBinder -> Type -> Typeghc GHC.Core.Type 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.Core.Type Make a named binder
mkForAllTyBinders :: vis -> [TyCoVar] -> [VarBndr TyCoVar vis]ghc GHC.Core.Type Make many named binders