This PR adds grind annotations for `Nat.testBit` and bitwise operations on `Nat`. (Also includes some in-progress tests for `BitVec`.)
6 lines
124 B
Text
6 lines
124 B
Text
open Nat
|
|
|
|
grind_pattern div_add_mod => m % n
|
|
grind_pattern div_add_mod => m / n
|
|
|
|
attribute [grind →] Nat.mul_le_of_le_div
|