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.

  1. idType :: Id -> Kind

    ghc GHC.Types.Id

    No documentation available.

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

  3. idUnique :: Id -> Unique

    ghc GHC.Types.Id

    No documentation available.

  4. idDetailsConcreteTvs :: IdDetails -> ConcreteTyVars

    ghc GHC.Types.Id.Info

    No documentation available.

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

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

  7. id_primop :: IdDetails -> PrimOp

    ghc GHC.Types.Id.Info

    No documentation available.

  8. idDetails :: Id -> IdDetails

    ghc GHC.Types.Var

    No documentation available.

  9. idInfo :: HasDebugCallStack => Id -> IdInfo

    ghc GHC.Types.Var

    No documentation available.

  10. ideclAs :: ImportDecl pass -> Maybe (XRec pass ModuleName)

    ghc Language.Haskell.Syntax.ImpExp

    as Module

Page 274 of many | Previous | Next