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-lib-parser GHC.Core.FVs No documentation available.
-
ghc-lib-parser GHC.Core.FVs No documentation available.
idUnfoldingVars :: Id -> VarSetghc-lib-parser GHC.Core.FVs No documentation available.
identicalClsInstHead :: ClsInst -> ClsInst -> Boolghc-lib-parser 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-lib-parser GHC.Core.Opt.Arity No documentation available.
idModRenaming :: IncludeDecl n -> Maybe [LRenaming]ghc-lib-parser GHC.Driver.Backpack.Syntax No documentation available.
idSignatureInclude :: IncludeDecl n -> Boolghc-lib-parser 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.)
idUnitId :: IncludeDecl n -> LHsUnitId nghc-lib-parser GHC.Driver.Backpack.Syntax No documentation available.
ideclAnn :: XImportDeclPass -> EpAnn EpAnnImportDeclghc-lib-parser GHC.Hs.ImpExp No documentation available.
ideclImplicit :: XImportDeclPass -> Boolghc-lib-parser GHC.Hs.ImpExp GHC generates an ImportDecl to represent the invisible `import Prelude` that appears in any file that omits `import Prelude`, setting this field to indicate that the import doesn't appear in the original source. True => implicit import (of Prelude)