- visitedConsts : NameHashSet
Instances For
@[reducible, inline]
Instances For
unsafe def
Lean.Expr.FoldConstsImpl.fold
{α : Type}
(f : Name → α → α)
(e : Expr)
(acc : α)
:
FoldM α
Instances For
@[inline]
unsafe def
Lean.Expr.FoldConstsImpl.foldUnsafe
{α : Type}
(e : Expr)
(init : α)
(f : Name → α → α)
:
α
Equations
Instances For
@[implemented_by Lean.Expr.FoldConstsImpl.foldUnsafe]
Apply f
to every constant occurring in e
once.
Equations
Instances For
Return all names appearing in the type or value of a ConstantInfo
.
Equations
- One or more equations did not get rendered due to their size.
- c.getUsedConstantsAsSet = c.type.getUsedConstantsAsSet ++ match c.value? with | some v => v.getUsedConstantsAsSet | none => ∅
Instances For
Equations
- One or more equations did not get rendered due to their size.