- visited : Lean.PtrSet Lean.Expr
- visitedConsts : Lean.NameHashSet
Instances For
@[reducible, inline]
Instances For
unsafe def
Lean.Expr.FoldConstsImpl.fold
{α : Type}
(f : Lake.Name → α → α)
(e : Lean.Expr)
(acc : α)
:
Instances For
unsafe def
Lean.Expr.FoldConstsImpl.fold.visit
{α : Type}
(f : Lake.Name → α → α)
(e : Lean.Expr)
(acc : α)
:
Instances For
@[inline]
unsafe def
Lean.Expr.FoldConstsImpl.foldUnsafe
{α : Type}
(e : Lean.Expr)
(init : α)
(f : Lake.Name → α → α)
:
α
Instances For
@[implemented_by Lean.Expr.FoldConstsImpl.foldUnsafe]
Apply f
to every constant occurring in e
once.
Like Expr.getUsedConstants
, but produce a NameSet
.
Equations
- e.getUsedConstantsAsSet = e.foldConsts ∅ fun (c : Lake.Name) (cs : Lean.NameSet) => cs.insert c
Instances For
Return all names appearing in the type or value of a ConstantInfo
.
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.