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.
nameModule_maybe :: Name -> Maybe Moduleghc GHC.Plugins No documentation available.
namePun_maybe :: Name -> Maybe FastStringghc GHC.Plugins No documentation available.
namedPiTyBinder_maybe :: PiTyBinder -> Maybe TyCoVarghc GHC.Plugins No documentation available.
recordSelectorTyCon_maybe :: Id -> Maybe RecSelParentghc GHC.Plugins No documentation available.
repGetTyVar_maybe :: Type -> Maybe TyVarghc GHC.Plugins Attempts to obtain the type variable underlying a Type, without any expansion
runtimeRepLevity_maybe :: RuntimeRepType -> Maybe Levityghc GHC.Plugins Check whether a type (usually of kind RuntimeRep) is lifted, unlifted, or unknown. Returns Nothing if the type isn't of kind RuntimeRep. `runtimeRepLevity_maybe rr` returns:
sORTKind_maybe :: Kind -> Maybe (TypeOrConstraint, Type)ghc GHC.Plugins No documentation available.
setNominalRole_maybe :: Role -> Coercion -> Maybe CoercionNghc GHC.Plugins Converts a coercion to be nominal, if possible. See Note [Role twiddling functions]
splitAppCo_maybe :: Coercion -> Maybe (Coercion, Coercion)ghc GHC.Plugins Attempt to take a coercion application apart.
splitAppTyNoView_maybe :: HasDebugCallStack => Type -> Maybe (Type, Type)ghc GHC.Plugins Does the AppTy split as in splitAppTy_maybe, but assumes that any coreView stuff is already done