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.
idPrimRep1 :: Id -> PrimOrVoidRepghc GHC.StgToCmm.Closure Assumes that there is at most one PrimRep of the type. This assumption holds after unarise. See Note [Post-unarisation invariants] in GHC.Stg.Unarise. See Note [VoidRep] in GHC.Types.RepType.
-
ghc GHC.StgToCmm.Closure No documentation available.
idInfoToAmode :: CgIdInfo -> CmmExprghc GHC.StgToCmm.Env Returns a CmmExpr for the *tagged* pointer
idToReg :: Platform -> NonVoid Id -> LocalRegghc GHC.StgToCmm.Env No documentation available.
idArgRep :: Platform -> Id -> ArgRepghc GHC.StgToCmm.Layout No documentation available.
identForDataConEntryId :: Id -> G Identghc GHC.StgToJS.Ids Retrieve datacon entry Ident for the given Id Different name than the datacon wrapper.
identForDataConWorker :: DataCon -> G Identghc GHC.StgToJS.Ids Retrieve datacon worker entry variable name for the given datacon
identForEntryId :: Id -> G Identghc GHC.StgToJS.Ids Retrieve entry Ident for the given Id
-
ghc GHC.StgToJS.Ids Retrieve default Ident for the given Id
identForIdN :: Id -> Int -> G Identghc GHC.StgToJS.Ids Retrieve default Ident for the given Id with sub index Some types, Word64, Addr#, unboxed tuple have more than one corresponding JS var, hence we use the sub index to identify each subpart / JS variable.