Equations
- Lean.Elab.Tactic.unfoldLocalDecl declName fvarId = do let a ← Lean.Elab.Tactic.getMainGoal let a ← liftM (Lean.Meta.unfoldLocalDecl a fvarId declName) Lean.Elab.Tactic.replaceMainGoal [a]
Equations
- Lean.Elab.Tactic.unfoldTarget declName = do let a ← Lean.Elab.Tactic.getMainGoal let a ← liftM (Lean.Meta.unfoldTarget a declName) Lean.Elab.Tactic.replaceMainGoal [a]
"unfold " ident (location)?
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.