File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,13 +219,13 @@ structure Config where
219
219
-/
220
220
index : Bool := true
221
221
/--
222
- When `true` (default: `false `), `simp` will **not** create a proof for a rewriting rule associated
222
+ When `true` (default: `true `), `simp` will **not** create a proof for a rewriting rule associated
223
223
with an `rfl`-theorem.
224
224
Rewriting rules are provided by users by annotating theorems with the attribute `@[simp]`.
225
225
If the proof of the theorem is just `rfl` (reflexivity), and `implicitDefEqProofs := true`, `simp`
226
226
will **not** create a proof term which is an application of the annotated theorem.
227
227
-/
228
- implicitDefEqProofs : Bool := false
228
+ implicitDefEqProofs : Bool := true
229
229
deriving Inhabited, BEq
230
230
231
231
-- Configuration object for `simp_all`
You can’t perform that action at this time.
0 commit comments