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.
idDetailsConcreteTvs :: IdDetails -> ConcreteTyVarsghc-lib-parser GHC.Types.Id.Info No documentation available.
id_concrete_tvs :: IdDetails -> ConcreteTyVarsghc-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.
id_concrete_tvs :: IdDetails -> ConcreteTyVarsghc-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.
id_primop :: IdDetails -> PrimOpghc-lib-parser GHC.Types.Id.Info No documentation available.
-
ghc-lib-parser GHC.Types.Var No documentation available.
idInfo :: HasDebugCallStack => Id -> IdInfoghc-lib-parser GHC.Types.Var No documentation available.
ideclAs :: ImportDecl pass -> Maybe (XRec pass ModuleName)ghc-lib-parser Language.Haskell.Syntax.ImpExp as Module
ideclExt :: ImportDecl pass -> XCImportDecl passghc-lib-parser Language.Haskell.Syntax.ImpExp Locations of keywords like import, qualified, etc. are captured here.
ideclImportList :: ImportDecl pass -> Maybe (ImportListInterpretation, XRec pass [LIE pass])ghc-lib-parser Language.Haskell.Syntax.ImpExp Explicit import list (EverythingBut => hiding, names)
ideclName :: ImportDecl pass -> XRec pass ModuleNameghc-lib-parser Language.Haskell.Syntax.ImpExp Module name.