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. identsS :: JStgStat -> [Ident]

    ghc GHC.JS.Transform

    No documentation available.

  2. identsV :: JVal -> [Ident]

    ghc GHC.JS.Transform

    No documentation available.

  3. idArity :: Id -> Arity

    ghc GHC.Plugins

    No documentation available.

  4. idCafInfo :: Id -> CafInfo

    ghc GHC.Plugins

    No documentation available.

  5. idCallArity :: Id -> Arity

    ghc GHC.Plugins

    No documentation available.

  6. idCbvMarkArity :: Id -> Arity

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.Plugins

    No documentation available.

  8. idCoreRules :: Id -> [CoreRule]

    ghc GHC.Plugins

    No documentation available.

  9. idCprSig :: Id -> CprSig

    ghc GHC.Plugins

    No documentation available.

  10. idDataCon :: Id -> DataCon

    ghc GHC.Plugins

    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

Page 266 of many | Previous | Next