Commit 2023-10-12 12:34 11458852

View on Github →

feat(Data/Num): use bitwise notation (#7593) This enables the existing |||, &&&, <<<, >>>, and ^^^ notation for Num and PosNum, and makes them simp-normal form.

Estimated changes

modified theorem Num.land'_to_nat
modified theorem Num.ldiff'_to_nat
modified theorem Num.lor'_to_nat
modified theorem Num.lxor'_to_nat
modified theorem Num.shiftl_to_nat
modified theorem Num.shiftr_to_nat