Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mkSpecForAllTy :: TyVar -> Type -> Typeghc GHC.Plugins Like mkForAllTy, but assumes the variable is dependent and Specified, a common case
mkSpecForAllTys :: [TyVar] -> Type -> Typeghc GHC.Plugins Like mkForAllTys, but assumes all variables are dependent and Specified, a common case
mkTyCoForAllTy :: TyCoVar -> ForAllTyFlag -> Type -> Typeghc GHC.Plugins Make a dependent forall over a TyCoVar
mkTyCoForAllTys :: [ForAllTyBinder] -> Type -> Typeghc GHC.Plugins Make a dependent forall over a TyCoVar
mkTyCoInvForAllTy :: TyCoVar -> Type -> Typeghc GHC.Plugins Make a dependent forall over an Inferred variable
mkTyCoInvForAllTys :: [TyCoVar] -> Type -> Typeghc GHC.Plugins Like mkForAllTys, but assumes all variables are dependent and Inferred, a common case
mkVisForAllTys :: [TyVar] -> Type -> Typeghc GHC.Plugins Like mkForAllTys, but assumes all variables are dependent and visible
splitForAllCoVar_maybe :: Type -> Maybe (CoVar, Type)ghc GHC.Plugins Like splitForAllTyCoVar_maybe, but only returns Just if it is a covar binder.
splitForAllCo_co_maybe :: Coercion -> Maybe (CoVar, ForAllTyFlag, ForAllTyFlag, Coercion, Coercion)ghc GHC.Plugins Like splitForAllCo_maybe, but only returns Just for covar binder
splitForAllCo_maybe :: Coercion -> Maybe (TyCoVar, ForAllTyFlag, ForAllTyFlag, Coercion, Coercion)ghc GHC.Plugins No documentation available.