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. idConcreteTvs :: TcId -> ConcreteTyVars

    ghc GHC.Tc.Utils.Concrete

    Which type variables of this Id must be concrete when instantiated? See Note [Representation-polymorphism checking built-ins] in GHC.Tc.Gen.Head.

  2. iDFunId :: InstInfo a -> DFunId

    ghc GHC.Tc.Utils.Env

    No documentation available.

  3. idArity :: Id -> Arity

    ghc GHC.Types.Id

    No documentation available.

  4. idCafInfo :: Id -> CafInfo

    ghc GHC.Types.Id

    No documentation available.

  5. idCallArity :: Id -> Arity

    ghc GHC.Types.Id

    No documentation available.

  6. idCbvMarkArity :: Id -> Arity

    ghc GHC.Types.Id

    No documentation available.

  7. idCbvMarks_maybe :: Id -> Maybe [CbvMark]

    ghc GHC.Types.Id

    No documentation available.

  8. idCoreRules :: Id -> [CoreRule]

    ghc GHC.Types.Id

    No documentation available.

  9. idCprSig :: Id -> CprSig

    ghc GHC.Types.Id

    No documentation available.

  10. idDataCon :: Id -> DataCon

    ghc GHC.Types.Id

    Get from either the worker or the wrapper Id to the DataCon. Currently used only in the desugarer. INVARIANT: idDataCon (dataConWrapId d) = d: remember, dataConWrapId can return either the wrapper or the worker

Page 271 of many | Previous | Next