Documentation

Lean.Meta.Tactic.Grind.Simp

Preprocesses e using grind normalization theorems and simprocs, and then applies several other preprocessing steps.

Equations
  • One or more equations did not get rendered due to their size.
def Lean.Meta.Grind.pushNewFact' (prop proof : Expr) (generation : Nat := 0) :
Equations
  • One or more equations did not get rendered due to their size.
def Lean.Meta.Grind.pushNewFact (proof : Expr) (generation : Nat := 0) :

Infers the type of the proof, preprocess it, and adds it to todo list.

Equations