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.

  1. mkInvisForAllTys :: [InvisTVBinder] -> Type -> Type

    ghc GHC.Tc.Utils.TcType

    Wraps foralls over the type using the provided InvisTVBinders from left to right

  2. mkSpecForAllTys :: [TyVar] -> Type -> Type

    ghc GHC.Tc.Utils.TcType

    Like mkForAllTys, but assumes all variables are dependent and Specified, a common case

  3. mkTyCoInvForAllTy :: TyCoVar -> Type -> Type

    ghc GHC.Tc.Utils.TcType

    Make a dependent forall over an Inferred variable

  4. mkTyCoInvForAllTys :: [TyCoVar] -> Type -> Type

    ghc GHC.Tc.Utils.TcType

    Like mkForAllTys, but assumes all variables are dependent and Inferred, a common case

  5. tcSplitForAllInvisTVBinders :: Type -> ([TcInvisTVBinder], Type)

    ghc GHC.Tc.Utils.TcType

    Like tcSplitForAllTyVars, but only splits ForAllTys with Invisible type variable binders. All split tyvars are annotated with their Specificity.

  6. tcSplitForAllInvisTyVars :: Type -> ([TyVar], Type)

    ghc GHC.Tc.Utils.TcType

    Like tcSplitForAllTyVars, but only splits ForAllTys with Invisible type variable binders.

  7. 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 ().

  8. tcSplitForAllTyVarBinder_maybe :: Type -> Maybe (TyVarBinder, Type)

    ghc GHC.Tc.Utils.TcType

    No documentation available.

  9. tcSplitForAllTyVarBinders :: Type -> ([TyVarBinder], Type)

    ghc GHC.Tc.Utils.TcType

    Like tcSplitForAllTyVars, but splits off only named binders.

  10. tcSplitForAllTyVars :: Type -> ([TyVar], Type)

    ghc GHC.Tc.Utils.TcType

    Like tcSplitPiTys, but splits off only named binders, returning just the tyvars.

Page 491 of many | Previous | Next