Hoogle Search
Within LTS Haskell 24.12 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Core.Rules The main rule matching function. Attempts to apply all (active) supplied rules to this instance of an application in a given context, returning the rule applied and the resulting expression if successful.
lookupIdSubst :: HasDebugCallStack => Subst -> Id -> CoreExprghc GHC.Core.Subst Find the substitution for an Id in the Subst The Id should not be a CoVar
lookupIdSubst_maybe :: HasDebugCallStack => Subst -> Id -> Maybe CoreExprghc GHC.Core.Subst No documentation available.
lookupCoVar :: Subst -> Var -> Maybe Coercionghc GHC.Core.TyCo.Subst No documentation available.
lookupTyVar :: Subst -> TyVar -> Maybe Typeghc GHC.Core.TyCo.Subst No documentation available.
lookupTyConFieldLabel :: FieldLabelString -> TyCon -> Maybe FieldLabelghc GHC.Core.TyCon Look up a field label belonging to this TyCon
lookupDTyConEnv :: DTyConEnv a -> TyCon -> Maybe aghc GHC.Core.TyCon.Env No documentation available.
lookupTyConEnv :: TyConEnv a -> TyCon -> Maybe aghc GHC.Core.TyCon.Env No documentation available.
lookupTyConEnv_NF :: TyConEnv a -> TyCon -> aghc GHC.Core.TyCon.Env No documentation available.
lookupTyVar :: Subst -> TyVar -> Maybe Typeghc GHC.Core.Type No documentation available.