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.
mkWpForAllCast :: [ForAllTyBinder] -> Type -> HsWrapperghc-lib-parser GHC.Tc.Types.Evidence No documentation available.
ForAllSkol :: TyVarBndrs -> SkolemInfoAnonghc-lib-parser GHC.Tc.Types.Origin No documentation available.
UnifyForAllSkol :: TcType -> SkolemInfoAnonghc-lib-parser GHC.Tc.Types.Origin No documentation available.
callStackOriginFS :: CtOrigin -> FastStringghc-lib-parser GHC.Tc.Types.Origin No documentation available.
isPushCallStackOrigin :: CtOrigin -> Boolghc-lib-parser GHC.Tc.Types.Origin No documentation available.
ExpForAllPatTy :: ForAllTyBinder -> ExpPatTypeghc-lib-parser GHC.Tc.Utils.TcType No documentation available.
-
ghc-lib-parser GHC.Tc.Utils.TcType ForAllTyFlag Is something required to appear in source Haskell (Required), permitted by request (Specified) (visible type application), or prohibited entirely from appearing in source Haskell (Inferred)? See Note [VarBndrs, ForAllTyBinders, TyConBinders, and visibility] in GHC.Core.TyCo.Rep
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