Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. splitForAllCoVar_maybe :: Type -> Maybe (CoVar, Type)

    ghc-lib GHC.Plugins

    Like splitForAllTyCoVar_maybe, but only returns Just if it is a covar binder.

  2. splitForAllCo_co_maybe :: Coercion -> Maybe (CoVar, ForAllTyFlag, ForAllTyFlag, Coercion, Coercion)

    ghc-lib GHC.Plugins

    Like splitForAllCo_maybe, but only returns Just for covar binder

  3. splitForAllCo_maybe :: Coercion -> Maybe (TyCoVar, ForAllTyFlag, ForAllTyFlag, Coercion, Coercion)

    ghc-lib GHC.Plugins

    No documentation available.

  4. splitForAllCo_ty_maybe :: Coercion -> Maybe (TyVar, ForAllTyFlag, ForAllTyFlag, Coercion, Coercion)

    ghc-lib GHC.Plugins

    Like splitForAllCo_maybe, but only returns Just for tyvar binder

  5. splitForAllForAllTyBinder_maybe :: Type -> Maybe (ForAllTyBinder, Type)

    ghc-lib GHC.Plugins

    Attempts to take a ForAllTy apart, returning the full ForAllTyBinder

  6. splitForAllTyCoVar_maybe :: Type -> Maybe (TyCoVar, Type)

    ghc-lib GHC.Plugins

    Attempts to take a ForAllTy apart, returning the Var

  7. splitForAllTyVar_maybe :: Type -> Maybe (TyVar, Type)

    ghc-lib GHC.Plugins

    Attempts to take a ForAllTy apart, but only if the binder is a TyVar

  8. splitFunCo_maybe :: Coercion -> Maybe (Coercion, Coercion)

    ghc-lib GHC.Plugins

    No documentation available.

  9. splitFunTy_maybe :: Type -> Maybe (FunTyFlag, Mult, Type, Type)

    ghc-lib GHC.Plugins

    Attempts to extract the multiplicity, argument and result types from a type

  10. splitPiTy_maybe :: Type -> Maybe (PiTyBinder, Type)

    ghc-lib GHC.Plugins

    Attempts to take a forall type apart; works with proper foralls and functions

Page 298 of many | Previous | Next