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.
tcg_th_foreign_files :: TcGblEnv -> TcRef [(ForeignSrcLang, FilePath)]ghc GHC.Tc.Types Foreign files emitted from TH.
ContainsForall :: ForAllTyBinder -> TcType -> NotConcreteReasonghc GHC.Tc.Types.Constraint The type contains a forall.
mkWpForAllCast :: [ForAllTyBinder] -> Type -> HsWrapperghc GHC.Tc.Types.Evidence No documentation available.
-
ghc GHC.Tc.Types.Origin No documentation available.
UnifyForAllSkol :: TcType -> SkolemInfoAnonghc GHC.Tc.Types.Origin No documentation available.
printForUserTcRn :: SDoc -> TcRn ()ghc GHC.Tc.Utils.Monad Like logInfoTcRn, but for user consumption
ExpForAllPatTy :: ForAllTyBinder -> ExpPatTypeghc GHC.Tc.Utils.TcType No documentation available.
eqForAllVis :: ForAllTyFlag -> ForAllTyFlag -> Boolghc 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 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 GHC.Tc.Utils.TcType Wraps foralls over the type using the provided TyCoVars from left to right