def
Lean.Elab.Tactic.Conv.congr
(mvarId : Lean.MVarId)
(addImplicitArgs : optParam Bool false)
(nameSubgoals : optParam Bool true)
:
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Elab.Tactic.Conv.evalCongr x = do let a ← Lean.Elab.Tactic.getMainGoal let a ← liftM (Lean.Elab.Tactic.Conv.congr a false true) Lean.Elab.Tactic.replaceMainGoal (List.filterMap id a)
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.
def
Lean.Elab.Tactic.Conv.extLetBodyCongr?
(mvarId : Lean.MVarId)
(lhs : Lean.Expr)
(rhs : Lean.Expr)
:
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.