Incorrect number of bits for signed range
thanks! the bug is here, i'll fix it shortly:
3ea0d98924/crates/fayalite/src/int.rs (L476)
Add test module exercising formal verification.
WIP: add a simulator
Add test module exercising formal verification.
it's more idiomatic to use a match
statement here instead of a separate if let
for each enum
variant, that also ensures you've covered all enum variants. so like: