Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type IdSubstEnv = IdEnv CoreExpr

    ghc GHC.Plugins

    A substitution of Exprs for non-coercion Ids

  2. type IdSubstEnv = IdEnv CoreExpr

    ghc GHC.Plugins

    A substitution of Exprs for non-coercion Ids

  3. type IdUnfoldingFun = Id -> Unfolding

    ghc GHC.Plugins

    No documentation available.

  4. type IdSubstEnv = IdEnv Id

    ghc GHC.Stg.Subst

    No documentation available.

  5. module GHC.StgToJS.Ids

    No documentation available.

  6. newtype IdCache

    ghc GHC.StgToJS.Types

    The identifier cache indexed on IdKey local to a module

  7. IdCache :: Map IdKey Ident -> IdCache

    ghc GHC.StgToJS.Types

    No documentation available.

  8. IdConEntry :: IdType

    ghc GHC.StgToJS.Types

    A Constructor entry function, suffix = "_con_e" in makeIdentForId

  9. IdEntry :: IdType

    ghc GHC.StgToJS.Types

    An entry function, suffix = "_e" in makeIdentForId

  10. data IdKey

    ghc GHC.StgToJS.Types

    Keys to differentiate Ident's in the ID Cache

Page 181 of many | Previous | Next