Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
checkingExpType_maybe :: ExpType -> Maybe TcTypeghc GHC.Tc.Utils.TcType Returns the expected type when in checking mode.
getCastedTyVar_maybe :: Type -> Maybe (TyVar, CoercionN)ghc GHC.Tc.Utils.TcType If the type is a tyvar, possibly under a cast, returns it, along with the coercion. Thus, the co is :: kind tv ~N kind ty
getTyVar_maybe :: Type -> Maybe TyVarghc GHC.Tc.Utils.TcType Attempts to obtain the type variable underlying a Type
isConcreteTyVarTy_maybe :: TcType -> Maybe (TcTyVar, ConcreteTvOrigin)ghc GHC.Tc.Utils.TcType Is this type a concrete type variable? If so, return the associated TcTyVar and ConcreteTvOrigin.
isConcreteTyVar_maybe :: TcTyVar -> Maybe ConcreteTvOriginghc 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.
metaTyVarTcLevel_maybe :: TcTyVar -> Maybe TcLevelghc GHC.Tc.Utils.TcType No documentation available.
tcSplitAppTyNoView_maybe :: Type -> Maybe (Type, Type)ghc GHC.Tc.Utils.TcType Just like splitAppTyNoView_maybe, but does not split (c => t) See Note [Decomposing fat arrow c=>t]
tcSplitAppTy_maybe :: Type -> Maybe (Type, Type)ghc GHC.Tc.Utils.TcType No documentation available.
tcSplitForAllTyVarBinder_maybe :: Type -> Maybe (TyVarBinder, Type)ghc GHC.Tc.Utils.TcType No documentation available.
tcSplitFunTy_maybe :: Type -> Maybe (Scaled Type, Type)ghc GHC.Tc.Utils.TcType No documentation available.