Does e
have a binder name hint? (quick check)
Equations
- e.hasBinderNameHint = (Lean.Expr.find? (fun (e : Lean.Expr) => e.isConstOf `binderNameHint) e).isSome
Instances For
Resovles occurrences of binderNameHint
in e
. See docstring of binderNameHint
for more
information.