Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Elab.Tactic.Conv.getLhs = do let a ← Lean.Elab.Tactic.Conv.getLhsRhs pure a.fst
Equations
- Lean.Elab.Tactic.Conv.getRhs = do let a ← Lean.Elab.Tactic.Conv.getLhsRhs pure a.snd
⊢ lhs = rhs
~~> ⊢ lhs' = rhs
using h : lhs = lhs'
.
Equations
- One or more equations did not get rendered due to their size.
Replace lhs
with the definitionally equal lhs'
.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Mark goals of the form ⊢ a = ?m ..
with the conv goal annotation
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.