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-lib-parser GHC.Tc.Types.Origin No documentation available.
UnifyForAllSkol :: TcType -> SkolemInfoAnonghc-lib-parser GHC.Tc.Types.Origin No documentation available.
ExpForAllPatTy :: ForAllTyBinder -> ExpPatTypeghc-lib-parser GHC.Tc.Utils.TcType No documentation available.
eqForAllVis :: ForAllTyFlag -> ForAllTyFlag -> Boolghc-lib-parser GHC.Tc.Utils.TcType Do these denote the same level of visibility? Required arguments are visible, others are not. So this function equates Specified and Inferred. Used for printing.
mkForAllTy :: ForAllTyBinder -> Type -> Typeghc-lib-parser GHC.Tc.Utils.TcType Like mkTyCoForAllTy, but does not check the occurrence of the binder See Note [Unused coercion variable in ForAllTy]
mkForAllTys :: [ForAllTyBinder] -> Type -> Typeghc-lib-parser GHC.Tc.Utils.TcType Wraps foralls over the type using the provided TyCoVars from left to right
mkInfForAllTy :: TyVar -> Type -> Typeghc-lib-parser GHC.Tc.Utils.TcType Like mkTyCoInvForAllTy, but tv should be a tyvar
mkInfForAllTys :: [TyVar] -> Type -> Typeghc-lib-parser GHC.Tc.Utils.TcType Like mkTyCoInvForAllTys, but tvs should be a list of tyvar
mkInvisForAllTys :: [InvisTVBinder] -> Type -> Typeghc-lib-parser GHC.Tc.Utils.TcType Wraps foralls over the type using the provided InvisTVBinders from left to right
mkSpecForAllTys :: [TyVar] -> Type -> Typeghc-lib-parser GHC.Tc.Utils.TcType Like mkForAllTys, but assumes all variables are dependent and Specified, a common case