Closed robertzhidealx closed 1 year ago
Now that Ltac2 supports integer operations like the bitwise right shift (Int.lsr), we can use it directly for converting an Ltac2 integer into a bool list representation of its bits, obviating the original workaround.
Int.lsr
Compiles in Coq version 8.17.0.
Please squash and merge if approved. Thanks!
nice, thanks :+1:
Now that Ltac2 supports integer operations like the bitwise right shift (
Int.lsr
), we can use it directly for converting an Ltac2 integer into a bool list representation of its bits, obviating the original workaround.Compiles in Coq version 8.17.0.