Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. data StandardFormInfo

    ghc GHC.StgToCmm.Types

    StandardFormInfo tells whether this thunk has one of a small number of standard forms

  2. genForeignCall :: HasDebugCallStack => ExprCtx -> ForeignCall -> Type -> [JStgExpr] -> [StgArg] -> G (JStgStat, ExprResult)

    ghc GHC.StgToJS.FFI

    No documentation available.

  3. cachedIdentForId :: Id -> Maybe Int -> IdType -> G Ident

    ghc GHC.StgToJS.Ids

    Retrieve the cached Ident for the given Id if there is one. Otherwise make a new one with makeIdentForId and cache it.

  4. declVarsForId :: Id -> G JStgStat

    ghc GHC.StgToJS.Ids

    Declare all js vars for the id

  5. identForDataConEntryId :: Id -> G Ident

    ghc GHC.StgToJS.Ids

    Retrieve datacon entry Ident for the given Id Different name than the datacon wrapper.

  6. identForDataConWorker :: DataCon -> G Ident

    ghc GHC.StgToJS.Ids

    Retrieve datacon worker entry variable name for the given datacon

  7. identForEntryId :: Id -> G Ident

    ghc GHC.StgToJS.Ids

    Retrieve entry Ident for the given Id

  8. identForId :: Id -> G Ident

    ghc GHC.StgToJS.Ids

    Retrieve default Ident for the given Id

  9. identForIdN :: Id -> Int -> G Ident

    ghc 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.

  10. identsForId :: Id -> G [Ident]

    ghc GHC.StgToJS.Ids

    Retrieve all the idents for the given Id.

Page 482 of many | Previous | Next