Documentation
Lean
.
Elab
.
Tactic
.
Meta
Search
return to top
source
Imports
Lean.Elab.SyntheticMVars
Lean.Elab.Tactic.Basic
Imported by
Lean
.
Elab
.
runTactic
source
def
Lean
.
Elab
.
runTactic
(
mvarId
:
MVarId
)
(
tacticCode
:
Syntax
)
(
ctx
:
Term.Context
:=
{
}
)
(
s
:
Term.State
:=
{
}
)
:
MetaM
(
List
MVarId
×
Term.State
)
Apply the give tactic code to
mvarId
in
MetaM
.
Equations
Instances For