Documentation
Lean
.
Elab
.
Tactic
.
ExposeNames
Search
return to top
source
Imports
Lean.Elab.Tactic.Basic
Lean.Meta.Tactic.ExposeNames
Imported by
Lean
.
Elab
.
Tactic
.
evalExposeNames
source
def
Lean
.
Elab
.
Tactic
.
evalExposeNames
:
Tactic
Equations
Lean.Elab.Tactic.evalExposeNames
x✝
=
Lean.Elab.Tactic.liftMetaTactic1
fun (
mvarId
:
Lean.MVarId
) =>
do let
a
←
mvarId
.
exposeNames
pure
(
some
a
)
Instances For