This PR fixes bitvector literal internalization in `grind`. The fix ensures theorems indexed by `BitVec.ofNat` are properly activated.
7 lines
163 B
Text
7 lines
163 B
Text
attribute [grind? =] BitVec.sdiv_zero
|
|
|
|
example {x : BitVec 32} : x.sdiv 0#32 = 0#32 := by
|
|
grind
|
|
|
|
example {x : BitVec 32} : x.sdiv 0#32 = 0#32 := by
|
|
grind -ext
|