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. idDataCon :: Id -> DataCon

    ghc-lib GHC

    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

  2. idType :: Id -> Kind

    ghc-lib GHC

    No documentation available.

  3. idom :: Rooted -> [(Node, Node)]

    ghc-lib GHC.CmmToAsm.CFG.Dominators

    Immediate dominators. O(|E|*alpha(|E|,|V|)), where alpha(m,n) is "a functional inverse of Ackermann's function". This Complexity bound assumes O(1) indexing. Since we're using IntMap, it has an additional lg |V| factor somewhere in there. I'm not sure where.

  4. idDsWrapper :: DsWrapper

    ghc-lib GHC.HsToCore.Monad

    No documentation available.

  5. idEntityInfo :: Id -> Set EntityInfo

    ghc-lib GHC.Iface.Ext.Types

    Get the EntityInfo for an Id

  6. identInfo :: IdentifierDetails a -> Set ContextInfo

    ghc-lib GHC.Iface.Ext.Types

    No documentation available.

  7. identType :: IdentifierDetails a -> Maybe a

    ghc-lib GHC.Iface.Ext.Types

    No documentation available.

  8. idArity :: Id -> Arity

    ghc-lib GHC.Plugins

    No documentation available.

  9. idCafInfo :: Id -> CafInfo

    ghc-lib GHC.Plugins

    No documentation available.

  10. idCallArity :: Id -> Arity

    ghc-lib GHC.Plugins

    No documentation available.

Page 331 of many | Previous | Next