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.
idOneShotInfo :: Id -> OneShotInfoghc GHC.Types.Id No documentation available.
idRuleMatchInfo :: Id -> RuleMatchInfoghc GHC.Types.Id No documentation available.
idScaledType :: Id -> Scaled Typeghc GHC.Types.Id No documentation available.
idSpecialisation :: Id -> RuleInfoghc GHC.Types.Id No documentation available.
idTagSig_maybe :: Id -> Maybe TagSigghc GHC.Types.Id No documentation available.
-
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.