ghc-9.0.1: The GHC API
Safe HaskellNone
LanguageHaskell2010

GHC.Tc.Instance.Class

Synopsis

Documentation

data ClsInstResult Source #

Instances

Instances details
Outputable ClsInstResult # 
Instance details

Defined in GHC.Tc.Instance.Class

data InstanceWhat Source #

Instances

Instances details
Outputable InstanceWhat # 
Instance details

Defined in GHC.Tc.Instance.Class

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