- visitedConsts : NameHashSet
Instances For
@[reducible, inline]
Equations
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.
Return all names appearing in the type or value of a ConstantInfo
.