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. idCprSig :: Id -> CprSig

    ghc-lib-parser GHC.Types.Id

    No documentation available.

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

  3. idDemandInfo :: Id -> Demand

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  4. idDetails :: Id -> IdDetails

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  5. idDmdSig :: Id -> DmdSig

    ghc-lib-parser GHC.Types.Id

    Accesses the Id's dmdSigInfo.

  6. idFunRepArity :: Id -> RepArity

    ghc-lib-parser GHC.Types.Id

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

  7. idHasRules :: Id -> Bool

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  8. idInfo :: HasDebugCallStack => Id -> IdInfo

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  9. idInlineActivation :: Id -> Activation

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  10. idInlinePragma :: Id -> InlinePragma

    ghc-lib-parser GHC.Types.Id

    No documentation available.

Page 288 of many | Previous | Next