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.

  1. identForDataConWorker :: DataCon -> G Ident

    ghc GHC.StgToJS.Ids

    Retrieve datacon worker entry variable name for the given datacon

  2. identForEntryId :: Id -> G Ident

    ghc GHC.StgToJS.Ids

    Retrieve entry Ident for the given Id

  3. identForId :: Id -> G Ident

    ghc GHC.StgToJS.Ids

    Retrieve default Ident for the given Id

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

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

    ghc GHC.StgToJS.Ids

    Retrieve all the idents for the given Id.

  6. makeIdentForId :: Id -> Maybe Int -> IdType -> Module -> Ident

    ghc GHC.StgToJS.Ids

    Generate unique Ident for the given ID (uncached!) The ident has the following forms: global Id: h$unit:module.name[_num][_type_suffix] local Id: h$$unit:module.name[_num][_type_suffix]_uniq Note that the string is z-encoded except for "_" delimiters. Optional "_type_suffix" can be: - "_e" for IdEntry - "_con_e" for IdConEntry Optional "_num" is passed as an argument to this function. It is used for Haskell Ids that require several JS variables: e.g. 64-bit numbers (Word64#, Int64#), Addr#, StablePtr#, unboxed tuples, etc.

  7. varForDataConEntryId :: Id -> G JStgExpr

    ghc GHC.StgToJS.Ids

    Retrieve datacon entry variable name for the given Id

  8. varForDataConWorker :: DataCon -> G JStgExpr

    ghc GHC.StgToJS.Ids

    Retrieve datacon worker entry variable name for the given datacon

  9. varForEntryId :: Id -> G JStgExpr

    ghc GHC.StgToJS.Ids

    Retrieve entry variable name for the given Id

  10. varForId :: Id -> G JStgExpr

    ghc GHC.StgToJS.Ids

    Retrieve default variable name for the given Id

Page 482 of many | Previous | Next