forked from leanprover/lean4
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add BitVec.[zero_ushiftRight|zero_sshiftRight|zero_mul] and cle…
…an up BVDecide - Fix names shiftLeft_zero_eq -> shiftLeft_zero ushiftRight_zero_eq -> ushiftRight_zero - Remove duplicate prefixes BitVec.mul_zero -> mul_zero BitVec.mul_add -> mul_add - Adapt BVDecide/Normalize/BitVec by reusing the following functions zero_add | add_zero and_self mul_zero | zero_mul shiftLeft_zero | zero_shiftLeft sshiftRight_zero | zero_sshiftRight ushiftRight_zero | zero_ushiftRight
- Loading branch information
1 parent
8c7f748
commit 4cff110
Showing
2 changed files
with
37 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters