Documentation

Lean.Elab.Tactic.Do.Internal.VCGen.Frontend

mvcgen' tactic frontend: parse the user-facing argument syntax into a VCGen.Context, run VCGen.run, and replace the main goal with the resulting invariants and VCs.

Parse the optional [...] argument list for mvcgen', partitioning entries into spec theorems and simp lemmas. Follows the same approach as Lean.Elab.Tactic.Do.VCGen.mkSpecContext: each entry is first tried as a spec theorem, and on failure falls back to a simp/unfold lemma processed via mkSimpContext.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Tactic-level mvcgen'.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For