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. idUnique :: Id -> Unique

    ghc-lib GHC.Plugins

    No documentation available.

  2. idArgs :: [StgArg] -> [Id]

    ghc-lib GHC.Stg.Utils

    No documentation available.

  3. idArgRep :: Platform -> Id -> ArgRep

    ghc-lib GHC.StgToCmm.ArgRep

    No documentation available.

  4. idPrimRep1 :: Id -> PrimOrVoidRep

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

  5. idPrimRepU :: Id -> PrimRep

    ghc-lib GHC.StgToCmm.Closure

    No documentation available.

  6. idInfoToAmode :: CgIdInfo -> CmmExpr

    ghc-lib GHC.StgToCmm.Env

    Returns a CmmExpr for the *tagged* pointer

  7. idToReg :: Platform -> NonVoid Id -> LocalReg

    ghc-lib GHC.StgToCmm.Env

    No documentation available.

  8. idArgRep :: Platform -> Id -> ArgRep

    ghc-lib GHC.StgToCmm.Layout

    No documentation available.

  9. identForDataConEntryId :: Id -> G Ident

    ghc-lib GHC.StgToJS.Ids

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

  10. identForDataConWorker :: DataCon -> G Ident

    ghc-lib GHC.StgToJS.Ids

    Retrieve datacon worker entry variable name for the given datacon

Page 334 of many | Previous | Next