Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. getTyVar_maybe :: Type -> Maybe TyVar

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

    Attempts to obtain the type variable underlying a Type

  2. isConcreteTyVarTy_maybe :: TcType -> Maybe (TcTyVar, ConcreteTvOrigin)

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

    Is this type a concrete type variable? If so, return the associated TcTyVar and ConcreteTvOrigin.

  3. isConcreteTyVar_maybe :: TcTyVar -> Maybe ConcreteTvOrigin

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

    Is this type variable a concrete type variable, i.e. it is a metavariable with ConcreteTv MetaInfo? Returns the ConcreteTvOrigin stored in the type variable if so, or Nothing otherwise.

  4. metaTyVarTcLevel_maybe :: TcTyVar -> Maybe TcLevel

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

    No documentation available.

  5. tcSplitAppTyNoView_maybe :: Type -> Maybe (Type, Type)

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

    Just like splitAppTyNoView_maybe, but does not split (c => t) See Note [Decomposing fat arrow c=>t]

  6. tcSplitAppTy_maybe :: Type -> Maybe (Type, Type)

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

    No documentation available.

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

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

    No documentation available.

  8. tcSplitFunTy_maybe :: Type -> Maybe (Scaled Type, Type)

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

    No documentation available.

  9. tcSplitIOType_maybe :: Type -> Maybe (TyCon, Type)

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

    No documentation available.

  10. tcSplitPiTy_maybe :: Type -> Maybe (PiTyVarBinder, Type)

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

    Splits a type into a PiTyVarBinder and a body, if possible.

Page 207 of many | Previous | Next