Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
substIdInfo :: Subst -> Id -> IdInfo -> Maybe IdInfoghc GHC.Core.Subst Substitute into some IdInfo with regard to the supplied new Id. Discards unfoldings, unless they are Stable
substIdOcc :: Subst -> Id -> Idghc GHC.Core.Subst No documentation available.
substIdType :: Subst -> Id -> Idghc GHC.Core.Subst No documentation available.
substRulesForImportedIds :: Subst -> [CoreRule] -> [CoreRule]ghc GHC.Core.Subst No documentation available.
-
No documentation available.
tidyBndrs :: TidyEnv -> [Var] -> (TidyEnv, [Var])ghc GHC.Core.Tidy No documentation available.
tidyCbvInfoTop :: HasDebugCallStack => NameSet -> Id -> CoreExpr -> Idghc GHC.Core.Tidy No documentation available.
tidyExpr :: TidyEnv -> CoreExpr -> CoreExprghc GHC.Core.Tidy No documentation available.