Returns Grind.simpMatchDiscrsOnly e
. Recall that Grind.simpMatchDiscrsOnly
is
a gadget for instructing the grind
simplifier to only normalize/simplify
the discriminants of a match
-expression. See reduceSimpMatchDiscrsOnly
.
Equations
- Lean.Meta.Grind.markAsSimpMatchDiscrsOnly e = Lean.Meta.mkAppM `Lean.Grind.simpMatchDiscrsOnly #[e]
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Adds reduceSimpMatchDiscrsOnly
to s
Equations
- Lean.Meta.Grind.addSimpMatchDiscrsOnly s = s.add `Lean.Meta.Grind.reduceSimpMatchDiscrsOnly false
Instances For
Erases Grind.simpMatchDiscrsOnly
annotations.
Equations
- One or more equations did not get rendered due to their size.