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.

  1. idDetailsConcreteTvs :: IdDetails -> ConcreteTyVars

    ghc-lib-parser GHC.Types.Id.Info

    No documentation available.

  2. id_concrete_tvs :: IdDetails -> ConcreteTyVars

    ghc-lib-parser 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.Utils.Concrete.

  3. id_concrete_tvs :: IdDetails -> ConcreteTyVars

    ghc-lib-parser 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.Utils.Concrete.

  4. id_primop :: IdDetails -> PrimOp

    ghc-lib-parser GHC.Types.Id.Info

    No documentation available.

  5. idDetails :: Id -> IdDetails

    ghc-lib-parser GHC.Types.Var

    No documentation available.

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

    ghc-lib-parser GHC.Types.Var

    No documentation available.

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

    ghc-lib-parser Language.Haskell.Syntax.ImpExp

    as Module

  8. ideclExt :: ImportDecl pass -> XCImportDecl pass

    ghc-lib-parser Language.Haskell.Syntax.ImpExp

    Locations of keywords like import, qualified, etc. are captured here.

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

    ghc-lib-parser Language.Haskell.Syntax.ImpExp

    Explicit import list (EverythingBut => hiding, names)

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

    ghc-lib-parser Language.Haskell.Syntax.ImpExp

    Module name.

Page 291 of many | Previous | Next