Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Further fine-tune equations for Int2Bytes(Int, Endianness, Signedness)
* Use `0 ==Int I` instead of a syntactic _match_ of the argument with `0`. This enables evaluating terms with `I ==Int 0` in the path condition. * Remove case with literal `-1` and widen requires in equation for negative arguments (previously `I <Int -1`, now `I <Int 0`).
- Loading branch information