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.
-
ghc GHC.Types.Id No documentation available.
-
ghc GHC.Types.Id Returns the Ids unfolding, but does not expose the unfolding of a strong loop breaker. See unfoldingInfo. If you really want the unfolding of a strong loopbreaker, call realIdUnfolding.
-
ghc GHC.Types.Id No documentation available.
idDetailsConcreteTvs :: IdDetails -> ConcreteTyVarsghc GHC.Types.Id.Info No documentation available.
id_concrete_tvs :: IdDetails -> ConcreteTyVarsghc 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.
id_concrete_tvs :: IdDetails -> ConcreteTyVarsghc 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.
id_primop :: IdDetails -> PrimOpghc GHC.Types.Id.Info No documentation available.
-
ghc GHC.Types.Var No documentation available.
idInfo :: HasDebugCallStack => Id -> IdInfoghc GHC.Types.Var No documentation available.
ideclAs :: ImportDecl pass -> Maybe (XRec pass ModuleName)ghc Language.Haskell.Syntax.ImpExp as Module