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. idModRenaming :: IncludeDecl n -> Maybe [LRenaming]

    ghc-lib-parser GHC.Driver.Backpack.Syntax

    No documentation available.

  2. idSignatureInclude :: IncludeDecl n -> Bool

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

  3. idUnitId :: IncludeDecl n -> LHsUnitId n

    ghc-lib-parser GHC.Driver.Backpack.Syntax

    No documentation available.

  4. ideclAnn :: XImportDeclPass -> EpAnn EpAnnImportDecl

    ghc-lib-parser GHC.Hs.ImpExp

    No documentation available.

  5. ideclImplicit :: XImportDeclPass -> Bool

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

  6. ideclSourceText :: XImportDeclPass -> SourceText

    ghc-lib-parser GHC.Hs.ImpExp

    No documentation available.

  7. identFS :: Ident -> FastString

    ghc-lib-parser GHC.JS.Ident

    No documentation available.

  8. identFS :: Ident -> FastString

    ghc-lib-parser GHC.JS.Syntax

    No documentation available.

  9. identsE :: JStgExpr -> [Ident]

    ghc-lib-parser GHC.JS.Transform

    No documentation available.

  10. identsS :: JStgStat -> [Ident]

    ghc-lib-parser GHC.JS.Transform

    No documentation available.

Page 286 of many | Previous | Next