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.

  1. mkTyCoInvForAllTy :: TyCoVar -> Type -> Type

    ghc-lib-parser GHC.Tc.Utils.TcType

    Make a dependent forall over an Inferred variable

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

    ghc-lib-parser GHC.Tc.Utils.TcType

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

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

    ghc-lib-parser GHC.Tc.Utils.TcType

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

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

    ghc-lib-parser GHC.Tc.Utils.TcType

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

  5. tcSplitForAllReqTVBinders :: Type -> ([TcReqTVBinder], Type)

    ghc-lib-parser GHC.Tc.Utils.TcType

    Like tcSplitForAllTyVars, but only splits ForAllTys with Required type variable binders. All split tyvars are annotated with ().

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

    ghc-lib-parser GHC.Tc.Utils.TcType

    No documentation available.

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

    ghc-lib-parser GHC.Tc.Utils.TcType

    Like tcSplitForAllTyVars, but splits off only named binders.

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

    ghc-lib-parser GHC.Tc.Utils.TcType

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

  9. tcSplitForAllTyVarsReqTVBindersN :: Arity -> Type -> (Arity, [ForAllTyBinder], Type)

    ghc-lib-parser GHC.Tc.Utils.TcType

    No documentation available.

  10. tcSplitSomeForAllTyVars :: (ForAllTyFlag -> Bool) -> Type -> ([TyVar], Type)

    ghc-lib-parser 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.

Page 707 of many | Previous | Next