ghc-9.11: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.Tc.Instance.Class

Synopsis

Documentation

data AssocInstInfo Source #

Extra information about the parent instance declaration, needed when type-checking associated types. The Class is the enclosing class, the [TyVar] are the scoped type variable of the instance decl. The VarEnv Type maps class variables to their instance types.

Constructors

NotAssociated 
InClsInst 

Fields