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. id_concrete_tvs :: IdDetails -> ConcreteTyVars

    ghc GHC.Types.Id.Info

    Which type variables of this representation-polymorphic 'Id should be instantiated to concrete type variables? See Note [Representation-polymorphism checking built-ins] in GHC.Tc.Gen.Head.

  2. id_primop :: IdDetails -> PrimOp

    ghc GHC.Types.Id.Info

    No documentation available.

  3. idDetails :: Id -> IdDetails

    ghc GHC.Types.Var

    No documentation available.

  4. idInfo :: HasDebugCallStack => Id -> IdInfo

    ghc GHC.Types.Var

    No documentation available.

  5. ideclAs :: ImportDecl pass -> Maybe (XRec pass ModuleName)

    ghc Language.Haskell.Syntax.ImpExp

    as Module

  6. ideclExt :: ImportDecl pass -> XCImportDecl pass

    ghc Language.Haskell.Syntax.ImpExp

    No documentation available.

  7. ideclImportList :: ImportDecl pass -> Maybe (ImportListInterpretation, XRec pass [LIE pass])

    ghc Language.Haskell.Syntax.ImpExp

    Explicit import list (EverythingBut => hiding, names)

  8. ideclName :: ImportDecl pass -> XRec pass ModuleName

    ghc Language.Haskell.Syntax.ImpExp

    Module name.

  9. ideclPkgQual :: ImportDecl pass -> ImportDeclPkgQual pass

    ghc Language.Haskell.Syntax.ImpExp

    Package qualifier.

  10. ideclQualified :: ImportDecl pass -> ImportDeclQualifiedStyle

    ghc Language.Haskell.Syntax.ImpExp

    If/how the import is qualified.

Page 274 of many | Previous | Next