Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setRuleIdName :: Name -> CoreRule -> CoreRuleghc GHC.Core Set the Name of the Id at the head of the rule left hand side
uf_guidance :: Unfolding -> UnfoldingGuidanceghc GHC.Core No documentation available.
-
ghc GHC.Core.Class Information about a type family equation, used for validity checking of closed type family equations and associated type family default equations. This type exists to delay validity-checking after typechecking type declaration groups, to avoid cyclic evaluation inside the typechecking knot. See Note [Type-checking default assoc decls] in GHC.Tc.TyCl.
classAllSelIds :: Class -> [Id]ghc GHC.Core.Class No documentation available.
classSCSelId :: Class -> Int -> Idghc GHC.Core.Class No documentation available.
classSCSelIds :: Class -> [Id]ghc GHC.Core.Class No documentation available.
tidyCo :: TidyEnv -> Coercion -> Coercionghc GHC.Core.Coercion Tidy a Coercion See Note [Strictness in tidyType and friends]
tidyCoAxBndrsForUser :: TidyEnv -> [Var] -> (TidyEnv, [Var])ghc GHC.Core.Coercion No documentation available.
tidyCos :: TidyEnv -> [Coercion] -> [Coercion]ghc GHC.Core.Coercion No documentation available.
conLikeStupidTheta :: ConLike -> ThetaTypeghc GHC.Core.ConLike The "stupid theta" of the ConLike, such as data Eq a in:
data Eq a => T a = ...
It is empty for PatSynCon as they do not allow such contexts. See Note [The stupid context] in GHC.Core.DataCon.