Documentation

Lean.Elab.Tactic.Grind

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.
Equations
  • One or more equations did not get rendered due to their size.
def Lean.Elab.Tactic.elabGrindParams (params : Meta.Grind.Params) (ps : TSyntaxArray `Lean.Parser.Tactic.grindParam) (only : Bool) :
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.
def Lean.Elab.Tactic.mkGrindParams (config : Grind.Config) (only : Bool) (ps : TSyntaxArray `Lean.Parser.Tactic.grindParam) :
Equations
  • One or more equations did not get rendered due to their size.
def Lean.Elab.Tactic.grind (mvarId : MVarId) (config : Grind.Config) (only : Bool) (ps : TSyntaxArray `Lean.Parser.Tactic.grindParam) (mainDeclName : Name) (fallback : Meta.Grind.Fallback) :
Equations
  • One or more equations did not get rendered due to their size.
def Lean.Elab.Tactic.evalGrindCore (ref : Syntax) (config : Grind.Config) (only : Option Syntax) (params : Option (Syntax.TSepArray `Lean.Parser.Tactic.grindParam ",")) (fallback? : Option Term) :

Position for the [..] child syntax in the grind tactic.

Equations

Position for the only child syntax in the grind tactic.

Equations
def Lean.Elab.Tactic.setGrindParams (stx : TSyntax `tactic) (params : Array Syntax) :
TSyntax `tactic
Equations
  • One or more equations did not get rendered due to their size.
def Lean.Elab.Tactic.mkGrindOnly (config : TSyntax `Lean.Parser.Tactic.optConfig) (fallback? : Option Term) (trace : Meta.Grind.Trace) :
MetaM (TSyntax `tactic)
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.
Equations
  • One or more equations did not get rendered due to their size.