Skip to content

Commit

Permalink
Update src/Init/Data/BitVec/Bitblast.lean
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Grosser <[email protected]>
  • Loading branch information
bollu and tobiasgrosser authored Sep 26, 2024
1 parent cd95438 commit 81a9bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Init/Data/BitVec/Bitblast.lean
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ structure DivModArgs (w : Nat) where
/-- A `DivModState` is lawful if the remainder width `wr` plus the numerator width `wn` equals `w`,
and the bitvectors `r` and `n` have values in the bounds given by bitwidths `wr`, resp. `wn`.
This is a proof engineering choice: An alternative world could have
This is a proof engineering choice: an alternative world could have been
`r : BitVec wr` and `n : BitVec wn`, but this required much more dependent typing coercions.
Instead, we choose to declare all involved bitvectors as length `w`, and then prove that
Expand Down

0 comments on commit 81a9bca

Please sign in to comment.