Instances For
Takes a sepByIndent tactic "; "
, and inserts checkpoint
blocks for save
tactics.
Input:
a
b
save
c
d
save
e
Output:
checkpoint
a
b
save
checkpoint
c
d
save
e
Instances For
Evaluate `sepByIndent tactic "; "
Instances For
def
Lean.Elab.Tactic.evalIntro.introStep
(ref : Option Lean.Syntax)
(n : Lake.Name)
(typeStx? : optParam (Option Lean.Syntax) none)
:
Instances For
def
Lean.Elab.Tactic.forEachVar
(hs : Array Lean.Syntax)
(tac : Lean.MVarId → Lean.FVarId → Lean.MetaM Lean.MVarId)
:
Instances For
def
Lean.Elab.Tactic.renameInaccessibles
(mvarId : Lean.MVarId)
(hs : Lean.TSyntaxArray `Lean.binderIdent)
: