Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
tcSplitForAllReqTVBinders :: Type -> ([TcReqTVBinder], Type)ghc GHC.Tc.Utils.TcType Like tcSplitForAllTyVars, but only splits ForAllTys with Required type variable binders. All split tyvars are annotated with ().
tcSplitForAllTyVarBinder_maybe :: Type -> Maybe (TyVarBinder, Type)ghc GHC.Tc.Utils.TcType No documentation available.
tcSplitForAllTyVarBinders :: Type -> ([TyVarBinder], Type)ghc GHC.Tc.Utils.TcType Like tcSplitForAllTyVars, but splits off only named binders.
tcSplitForAllTyVars :: Type -> ([TyVar], Type)ghc GHC.Tc.Utils.TcType Like tcSplitPiTys, but splits off only named binders, returning just the tyvars.
tcSplitForAllTyVarsReqTVBindersN :: Arity -> Type -> (Arity, [ForAllTyBinder], Type)ghc GHC.Tc.Utils.TcType No documentation available.
tcSplitSomeForAllTyVars :: (ForAllTyFlag -> Bool) -> Type -> ([TyVar], Type)ghc GHC.Tc.Utils.TcType Like tcSplitForAllTyVars, but only splits a ForAllTy if argf_pred argf is True, where argf is the visibility of the ForAllTy's binder and argf_pred is a predicate over visibilities provided as an argument to this function.
Shallow :: DeepSubsumptionFlagghc GHC.Tc.Utils.Unify No documentation available.
tef_foralls :: TyEqFlags a -> Boolghc GHC.Tc.Utils.Unify No documentation available.
AlwaysTailCalled :: JoinArity -> TailCallInfoghc GHC.Types.Basic No documentation available.
NoTailCallInfo :: TailCallInfoghc GHC.Types.Basic No documentation available.