-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: name variables in Data/BitVec consistently (#4930)
This change canonicalizes the BitVec variable names to `x y z : BitVec` instead of alternative namings such as `s t : BitVec` or `a b : BitVec`. Variable names that carry semantic meaning such as `(msbs : BitVec w) (lsb : Bool)` remain untouched. This is purely a naming change to make our bitvector proofs more consistent and polish the (auto-generated) documentation as a very small step towards polishing the documentation of the BitVec library in Lean. --------- Co-authored-by: AnotherAlexHere <[email protected]>
- Loading branch information
1 parent
43fa464
commit 313f6b3
Showing
3 changed files
with
85 additions
and
85 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
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