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.
-
ghc GHC.Builtin.Names No documentation available.
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.
-
ghc GHC.Core.FVs No documentation available.
-
ghc GHC.Core.FVs No documentation available.
-
ghc GHC.Core.FVs No documentation available.
idUnfoldingVars :: Id -> VarSetghc GHC.Core.FVs No documentation available.
identicalClsInstHead :: ClsInst -> ClsInst -> Boolghc 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
idArityType :: Id -> ArityTypeghc GHC.Core.Opt.Arity No documentation available.
idModRenaming :: IncludeDecl n -> Maybe [LRenaming]ghc GHC.Driver.Backpack.Syntax No documentation available.
idSignatureInclude :: IncludeDecl n -> Boolghc 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.)