Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. idType :: Id -> Kind

    ghc GHC.Plugins

    No documentation available.

  2. idUnfolding :: IdUnfoldingFun

    ghc GHC.Plugins

    Returns the Ids unfolding, but does not expose the unfolding of a strong loop breaker. See unfoldingInfo. If you really want the unfolding of a strong loopbreaker, call realIdUnfolding.

  3. idUnique :: Id -> Unique

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.Stg.Utils

    No documentation available.

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

    ghc GHC.StgToCmm.ArgRep

    No documentation available.

  6. idPrimRep1 :: Id -> PrimOrVoidRep

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

  7. idPrimRepU :: Id -> PrimRep

    ghc GHC.StgToCmm.Closure

    No documentation available.

  8. idInfoToAmode :: CgIdInfo -> CmmExpr

    ghc GHC.StgToCmm.Env

    Returns a CmmExpr for the *tagged* pointer

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

    ghc GHC.StgToCmm.Env

    No documentation available.

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

    ghc GHC.StgToCmm.Layout

    No documentation available.

Page 269 of many | Previous | Next