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. idOneShotInfo :: Id -> OneShotInfo

    ghc GHC.Types.Id

    No documentation available.

  2. idRuleMatchInfo :: Id -> RuleMatchInfo

    ghc GHC.Types.Id

    No documentation available.

  3. idScaledType :: Id -> Scaled Type

    ghc GHC.Types.Id

    No documentation available.

  4. idSpecialisation :: Id -> RuleInfo

    ghc GHC.Types.Id

    No documentation available.

  5. idTagSig_maybe :: Id -> Maybe TagSig

    ghc GHC.Types.Id

    No documentation available.

  6. idType :: Id -> Kind

    ghc GHC.Types.Id

    No documentation available.

  7. idUnfolding :: IdUnfoldingFun

    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.

  8. idUnique :: Id -> Unique

    ghc GHC.Types.Id

    No documentation available.

  9. idDetailsConcreteTvs :: IdDetails -> ConcreteTyVars

    ghc GHC.Types.Id.Info

    No documentation available.

  10. 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.

Page 273 of many | Previous | Next