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. idSpecialisation :: Id -> RuleInfo

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  2. idTagSig_maybe :: Id -> Maybe TagSig

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  3. idType :: Id -> Kind

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  4. idUnfolding :: IdUnfoldingFun

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

  5. idUnique :: Id -> Unique

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  6. idDetailsConcreteTvs :: IdDetails -> ConcreteTyVars

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

    No documentation available.

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

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

  9. id_primop :: IdDetails -> PrimOp

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

    No documentation available.

  10. idDetails :: Id -> IdDetails

    ghc-lib-parser GHC.Types.Var

    No documentation available.

Page 290 of many | Previous | Next