Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. idUnfoldingVars :: Id -> VarSet

    ghc GHC.Core.FVs

    No documentation available.

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

  3. idArityType :: Id -> ArityType

    ghc GHC.Core.Opt.Arity

    No documentation available.

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

    ghc GHC.Driver.Backpack.Syntax

    No documentation available.

  5. 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.)

  6. idUnitId :: IncludeDecl n -> LHsUnitId n

    ghc GHC.Driver.Backpack.Syntax

    No documentation available.

  7. ideclAnn :: XImportDeclPass -> EpAnn EpAnnImportDecl

    ghc GHC.Hs.ImpExp

    No documentation available.

  8. ideclImplicit :: XImportDeclPass -> Bool

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

  9. ideclSourceText :: XImportDeclPass -> SourceText

    ghc GHC.Hs.ImpExp

    No documentation available.

  10. idDsWrapper :: DsWrapper

    ghc GHC.HsToCore.Monad

    No documentation available.

Page 264 of many | Previous | Next