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. idCafInfo :: Id -> CafInfo

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  2. idCallArity :: Id -> Arity

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  3. idCbvMarkArity :: Id -> Arity

    ghc-lib-parser GHC.Types.Id

    No documentation available.

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

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  5. idCoreRules :: Id -> [CoreRule]

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  6. idCprSig :: Id -> CprSig

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  7. idDataCon :: Id -> DataCon

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

  8. idDemandInfo :: Id -> Demand

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  9. idDetails :: Id -> IdDetails

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  10. idDmdSig :: Id -> DmdSig

    ghc-lib-parser GHC.Types.Id

    Accesses the Id's dmdSigInfo.

Page 288 of many | Previous | Next