@[reducible, inline]
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Helper function for instantiating a type class type
, and
then using the result to perform isDefEq x val
.
Equations
- Lean.Meta.Grind.synthInstanceAndAssign x type = do let __discr ← Lean.Meta.Grind.synthInstance? type match __discr with | some val => liftM (Lean.Meta.isDefEq x val) | x => pure false