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.

  1. lookupIdSubst :: HasDebugCallStack => Subst -> Id -> CoreExpr

    ghc GHC.Core.Subst

    Find the substitution for an Id in the Subst The Id should not be a CoVar

  2. lookupIdSubst_maybe :: HasDebugCallStack => Subst -> Id -> Maybe CoreExpr

    ghc GHC.Core.Subst

    No documentation available.

  3. substIdInfo :: Subst -> Id -> IdInfo -> Maybe IdInfo

    ghc GHC.Core.Subst

    Substitute into some IdInfo with regard to the supplied new Id. Discards unfoldings, unless they are Stable

  4. substIdOcc :: Subst -> Id -> Id

    ghc GHC.Core.Subst

    No documentation available.

  5. substIdType :: Subst -> Id -> Id

    ghc GHC.Core.Subst

    No documentation available.

  6. substRulesForImportedIds :: Subst -> [CoreRule] -> [CoreRule]

    ghc GHC.Core.Subst

    No documentation available.

  7. module GHC.Core.Tidy

    No documentation available.

  8. tidyBndrs :: TidyEnv -> [Var] -> (TidyEnv, [Var])

    ghc GHC.Core.Tidy

    No documentation available.

  9. tidyCbvInfoTop :: HasDebugCallStack => NameSet -> Id -> CoreExpr -> Id

    ghc GHC.Core.Tidy

    No documentation available.

  10. tidyExpr :: TidyEnv -> CoreExpr -> CoreExpr

    ghc GHC.Core.Tidy

    No documentation available.

Page 495 of many | Previous | Next