%reset_grind_attrs
reset_grind_attrs%
Ensure the grind reset command follows our command naming conventions.
grind
This PR fixes the support for "constant patterns" in `grind`. Example: ```lean def a := 10 example : a = 5 + 5 := by grind [a] ```