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. tcSplitForAllTyVarBinders :: Type -> ([TyVarBinder], Type)

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

    Like tcSplitForAllTyVars, but splits off only named binders.

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

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

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

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

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

    No documentation available.

  4. 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.

  5. AlwaysTailCalled :: JoinArity -> TailCallInfo

    ghc-lib-parser GHC.Types.Basic

    No documentation available.

  6. NoTailCallInfo :: TailCallInfo

    ghc-lib-parser GHC.Types.Basic

    No documentation available.

  7. data TailCallInfo

    ghc-lib-parser GHC.Types.Basic

    No documentation available.

  8. isAlwaysTailCalled :: OccInfo -> Bool

    ghc-lib-parser GHC.Types.Basic

    No documentation available.

  9. tailCallInfo :: OccInfo -> TailCallInfo

    ghc-lib-parser GHC.Types.Basic

    No documentation available.

  10. zapOccTailCallInfo :: OccInfo -> OccInfo

    ghc-lib-parser GHC.Types.Basic

    No documentation available.

Page 601 of many | Previous | Next