l4v icon indicating copy to clipboard operation
l4v copied to clipboard

our bit_simps shadows Word_Lib bit_simps

Open lsf37 opened this issue 2 years ago • 0 comments

We use a lemma set bit_simps in X64, RISCV64, and AARCH64. In one of the last Isabelle/Word_Lib updates, Florian also introduced a lemma set bit_simps mostly for rules about the test_bit function, which gets shadowed by our name.

We don't really seem to be using the Word_Lib set, so we could just ignore this. Or we could rename to make it slightly less confusing to people who are used to the upstream name.

Any opinions?

lsf37 avatar Mar 08 '23 00:03 lsf37