Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type family
IdGhcP (pass :: Pass)ghc-lib-parser GHC.Hs.Extension Maps the "normal" id type for a given GHC pass
-
- 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.
-
ghc-lib-parser GHC.JS.Ident A newtype wrapper around FastString for JS identifiers.
IdxExpr :: JStgExpr -> JStgExpr -> JStgExprghc-lib-parser GHC.JS.JStg.Syntax Indexing: Obj[foo], see .!
-
ghc-lib-parser GHC.JS.Syntax A newtype wrapper around FastString for JS identifiers.
IdxExpr :: JExpr -> JExpr -> JExprghc-lib-parser GHC.JS.Syntax Indexing: Obj[foo], see .!
-
ghc-lib-parser GHC.StgToJS.Types The identifier cache indexed on IdKey local to a module
IdCache :: Map IdKey Ident -> IdCacheghc-lib-parser GHC.StgToJS.Types No documentation available.
-
ghc-lib-parser GHC.StgToJS.Types A Constructor entry function, suffix = "_con_e" in makeIdentForId
-
ghc-lib-parser GHC.StgToJS.Types An entry function, suffix = "_e" in makeIdentForId