Documentation

Lean.Elab.Tactic.BuiltinTactic

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