Equations
- One or more equations did not get rendered due to their size.
Instances For
- unchanged: Aesop.UnfoldResult
- changed: Lean.MVarId → Lean.HashSet Lean.Name → Aesop.UnfoldResult
Instances For
Equations
- Aesop.UnfoldResult.newGoal? x = match x with | Aesop.UnfoldResult.unchanged => none | Aesop.UnfoldResult.changed goal usedDecls => some goal
Instances For
Equations
- Aesop.UnfoldResult.usedDecls? x = match x with | Aesop.UnfoldResult.unchanged => none | Aesop.UnfoldResult.changed goal usedDecls => some usedDecls
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[inline]
def
Aesop.unfoldManyStar.unfold
(unfold? : Lean.Name → Option (Option Lean.Name))
(usedDecls : IO.Ref (Lean.HashSet Lean.Name))
(ctx : Lean.Meta.Simp.Context)
(e : Lean.Expr)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Aesop.unfoldManyStar.pre
(unfold? : Lean.Name → Option (Option Lean.Name))
(usedDecls : IO.Ref (Lean.HashSet Lean.Name))
(e : Lean.Expr)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.