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. idCbvMarkArity :: Id -> Arity

    ghc GHC.Types.Id

    No documentation available.

  2. idCbvMarks_maybe :: Id -> Maybe [CbvMark]

    ghc GHC.Types.Id

    No documentation available.

  3. idCoreRules :: Id -> [CoreRule]

    ghc GHC.Types.Id

    No documentation available.

  4. idCprSig :: Id -> CprSig

    ghc GHC.Types.Id

    No documentation available.

  5. idDataCon :: Id -> DataCon

    ghc GHC.Types.Id

    Get from either the worker or the wrapper Id to the DataCon. Currently used only in the desugarer. INVARIANT: idDataCon (dataConWrapId d) = d: remember, dataConWrapId can return either the wrapper or the worker

  6. idDemandInfo :: Id -> Demand

    ghc GHC.Types.Id

    No documentation available.

  7. idDetails :: Id -> IdDetails

    ghc GHC.Types.Id

    No documentation available.

  8. idDmdSig :: Id -> DmdSig

    ghc GHC.Types.Id

    Accesses the Id's dmdSigInfo.

  9. idFunRepArity :: Id -> RepArity

    ghc GHC.Types.Id

    This function counts all arguments post-unarisation, which includes arguments with no runtime representation -- see Note [Unarisation and arity]

  10. idHasRules :: Id -> Bool

    ghc GHC.Types.Id

    No documentation available.

Page 271 of many | Previous | Next