This PR deprecates the tactics `simp_arith`, `simp_arith!`, `simp_all_arith` and `simp_all_arith!`. Users can just use the `+arith` option.
1 line
39 B
Text
1 line
39 B
Text
example: x ≤ x * 2 := by simp +arith
|