Documentation

Lean.Elab.Tactic.Try

A very simple try? tactic implementation.

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

evalSuggest is a evalTactic variant that returns suggestions after executing a tactic built using combinatiors such as first, attempt_all, <;>, ;, and try.

def Lean.Elab.Tactic.Try.checkTactic (savedState : SavedState) (tac : TSyntax `tactic) :

Executes tac in the saved state. This function is used to validate a tactic before suggesting it.

Equations
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
@[reducible, inline]
abbrev Lean.Elab.Tactic.Try.withNonTerminal {α : Type} (x : M α) :
M α
Equations
@[reducible, inline]
abbrev Lean.Elab.Tactic.Try.focus {α : Type} (x : M α) :
M α
Equations
Equations
  • One or more equations did not get rendered due to their size.
@[extern lean_eval_suggest_tactic]
opaque Lean.Elab.Tactic.Try.evalSuggest (tac : TSyntax `tactic) :
M (TSyntax `tactic)

evalAndSuggest frontend

def Lean.Elab.Tactic.Try.evalAndSuggest (tk : Syntax) (tac : TSyntax `tactic) (config : Try.Config := { }) :
Equations
  • One or more equations did not get rendered due to their size.

Helper functions

grind tactic syntax generator based on collected information.

Other generators

Function induction generators

Main code

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