Equations
- Lean.Parser.cbvSimprocEval = Lean.ParserDescr.nodeWithAntiquot "cbvSimprocEval" `Lean.Parser.cbvSimprocEval (Lean.ParserDescr.symbol "cbv_eval")
Instances For
A user-defined simplification procedure used by the cbv tactic.
The body must have type Lean.Meta.Sym.Simp.Simproc (Expr → SimpM Result).
Procedures are indexed by a discrimination tree pattern and fire at one of three phases:
↓ (pre), cbv_eval (eval), or ↑ (post, default).
Equations
- One or more equations did not get rendered due to their size.
Instances For
A cbv_simproc declaration without automatically adding it to the cbv simproc set.
To activate, use attribute [cbv_simproc].
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.