chore: a failing grind test about Bool equality (#7850)
This commit is contained in:
parent
0f2ede45d5
commit
b0acdef433
1 changed files with 8 additions and 0 deletions
8
tests/lean/grind/bool.lean
Normal file
8
tests/lean/grind/bool.lean
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
reset_grind_attrs%
|
||||
|
||||
example [BEq α] (a b : α) : (a == b && a == b) = (a == b) := by
|
||||
rw [Bool.eq_iff_iff]
|
||||
grind -- succeeds
|
||||
|
||||
example [BEq α] (a b : α) : (a == b && a == b) = (a == b) := by
|
||||
grind -- fails
|
||||
Loading…
Add table
Reference in a new issue