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.
isTupleTyOcc_maybe :: Module -> OccName -> Maybe Nameghc GHC.Builtin.Types No documentation available.
-
ghc GHC.Builtin.Types No documentation available.
mkPromotedMaybeTy :: Kind -> Maybe Type -> Typeghc GHC.Builtin.Types No documentation available.
getPicBaseMaybeNat :: NatM (Maybe Reg)ghc GHC.CmmToAsm.Monad No documentation available.
collectNValBinders_maybe :: Arity -> CoreExpr -> Maybe ([Var], CoreExpr)ghc GHC.Core Strip off exactly N leading value lambdas returning all the binders found up to that point Return Nothing if there aren't enough
expandUnfolding_maybe :: Unfolding -> Maybe CoreExprghc GHC.Core No documentation available.
getCoVar_maybe :: Coercion -> Maybe CoVarghc GHC.Core.Coercion Extract a covar, if possible. This check is dirty. Be ashamed of yourself. (It's dirty because it cares about the structure of a coercion, which is morally reprehensible.)
instNewTyCon_maybe :: TyCon -> [Type] -> Maybe (Type, Coercion)ghc GHC.Core.Coercion If `instNewTyCon_maybe T ts = Just (rep_ty, co)` then `co :: T ts ~R# rep_ty` Checks for a newtype, and for being saturated
isGReflCo_maybe :: Coercion -> Maybe (Type, Role)ghc GHC.Core.Coercion Returns the type coerced if this coercion is a generalized reflexive coercion. Guaranteed to work very quickly.
isReflCoVar_maybe :: Var -> Maybe Coercionghc GHC.Core.Coercion No documentation available.