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.
idConcreteTvs :: TcId -> ConcreteTyVarsghc 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.
iDFunId :: InstInfo a -> DFunIdghc GHC.Tc.Utils.Env No documentation available.
-
ghc GHC.Types.Id No documentation available.
-
ghc GHC.Types.Id No documentation available.
-
ghc GHC.Types.Id No documentation available.
-
ghc GHC.Types.Id No documentation available.
idCbvMarks_maybe :: Id -> Maybe [CbvMark]ghc GHC.Types.Id No documentation available.
idCoreRules :: Id -> [CoreRule]ghc GHC.Types.Id No documentation available.
-
ghc GHC.Types.Id No documentation available.
-
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