Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. splitAppTy_maybe :: Type -> Maybe (Type, Type)

    ghc GHC.Plugins

    Attempt to take a type application apart, whether it is a function, type constructor, or plain type application. Note that type family applications are NEVER unsaturated by this!

  2. splitCastTy_maybe :: Type -> Maybe (Type, Coercion)

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.Plugins

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

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

    ghc GHC.Plugins

    Like splitForAllCo_maybe, but only returns Just for covar binder

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

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.Plugins

    Like splitForAllCo_maybe, but only returns Just for tyvar binder

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

    ghc GHC.Plugins

    Attempts to take a ForAllTy apart, returning the full ForAllTyBinder

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

    ghc GHC.Plugins

    Attempts to take a ForAllTy apart, returning the Var

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

    ghc GHC.Plugins

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

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

    ghc GHC.Plugins

    No documentation available.

Page 138 of many | Previous | Next