Hoogle Search

Within LTS Haskell 24.45 (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-lib-parser GHC.Core.Subst

    A substitution of Exprs for non-coercion Ids

  2. type IdSubstEnv = IdEnv CoreExpr

    ghc-lib-parser GHC.Core.TyCo.Subst

    A substitution of Exprs for non-coercion Ids

  3. type IdSubstEnv = IdEnv CoreExpr

    ghc-lib-parser GHC.Core.Type

    A substitution of Exprs for non-coercion Ids

  4. newtype IdSig

    ghc-lib-parser GHC.Hs.Binds

    A type signature in generated code, notably the code generated for record selectors. We simply record the desired Id itself, replete with its name, type and IdDetails. Otherwise it's just like a type signature: there should be an accompanying binding

  5. IdSig :: Id -> IdSig

    ghc-lib-parser GHC.Hs.Binds

    No documentation available.

  6. type family IdGhcP (pass :: Pass)

    ghc-lib-parser GHC.Hs.Extension

    Maps the "normal" id type for a given GHC pass

  7. module GHC.JS.Ident

    • Domain and PurposeGHC.JS.Ident defines identifiers for the JS backend. We keep this module separate to prevent coupling between GHC and the backend and between unrelated modules is the JS backend.
    • ConsumersThe entire JavaScript Backend consumes this module including modules in GHC.JS.* and modules in GHC.StgToJS.*
    • Additional NotesThis module should be kept as small as possible. Anything added to it will be coupled to the JS backend EDSL and the JS Backend including the linker and rts. You have been warned.

  8. newtype Ident

    ghc-lib-parser GHC.JS.Ident

    A newtype wrapper around FastString for JS identifiers.

  9. IdxExpr :: JStgExpr -> JStgExpr -> JStgExpr

    ghc-lib-parser GHC.JS.JStg.Syntax

    Indexing: Obj[foo], see .!

  10. newtype Ident

    ghc-lib-parser GHC.JS.Syntax

    A newtype wrapper around FastString for JS identifiers.

Page 193 of many | Previous | Next