We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093be2a commit 769d0e2Copy full SHA for 769d0e2
src/Lean/Elab/Tactic/Grind/Main.lean
@@ -234,7 +234,7 @@ def elabGrindSimpTheorems (params : Grind.Params) : MetaM Grind.Params := do
234
else
235
.default false
236
let thm ← Grind.mkEMatchTheoremForDecl declName kind symPrios
237
- params := { params with ematch := params.ematch.insert thm }
+ params := { params with extra := params.extra.push thm }
238
catch _ => pure () -- Silently skip theorems that fail
239
| _ => pure () -- Skip non-declaration origins (fvars, etc.)
240
return params
stage0/src/stdlib_flags.h
@@ -1,4 +1,5 @@
1
#include "util/options.h"
2
+// Trigger update-stage0 for: add `simp` field to Init.Grind.Config
3
4
namespace lean {
5
options get_default_options() {
0 commit comments