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. ident_RDR :: RdrName

    ghc GHC.Builtin.Names

    No documentation available.

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

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

  3. idFVs :: Id -> FV

    ghc GHC.Core.FVs

    No documentation available.

  4. idFreeVars :: Id -> VarSet

    ghc GHC.Core.FVs

    No documentation available.

  5. idRuleVars :: Id -> VarSet

    ghc GHC.Core.FVs

    No documentation available.

  6. idUnfoldingVars :: Id -> VarSet

    ghc GHC.Core.FVs

    No documentation available.

  7. identicalClsInstHead :: ClsInst -> ClsInst -> Bool

    ghc GHC.Core.InstEnv

    True when when the instance heads are the same e.g. both are Eq [(a,b)] Used for overriding in GHCi Obviously should be insensitive to alpha-renaming

  8. idArityType :: Id -> ArityType

    ghc GHC.Core.Opt.Arity

    No documentation available.

  9. idModRenaming :: IncludeDecl n -> Maybe [LRenaming]

    ghc GHC.Driver.Backpack.Syntax

    No documentation available.

  10. idSignatureInclude :: IncludeDecl n -> Bool

    ghc GHC.Driver.Backpack.Syntax

    Is this a dependency signature include? If so, we don't compile this include when we instantiate this unit (as there should not be any modules brought into scope.)

Page 264 of many | Previous | Next