lean4-htt/tests/lean/run/grind_internalize_bitvec_lit.lean
Leonardo de Moura 5e4c90c3d1
feat: bitvec literal internalization in grind (#11638)
This PR fixes bitvector literal internalization in `grind`. The fix
ensures theorems indexed by `BitVec.ofNat` are properly activated.
2025-12-12 17:28:35 +00:00

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