This PR implements support for `IntX` and `ISize` in `bv_decide`.
This PR improves presentation of counter examples for UIntX and enum inductives in bv_decide.
UIntX
USize
bv_decide
This PR adds support for `UIntX` and `USize` in `bv_decide` by adding a preprocessor that turns them into `BitVec` of their corresponding size.