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 <github@grosser.es>
  • Loading branch information
bollu and tobiasgrosser authored Sep 26, 2024
1 parent 81a9bca commit c24fa26
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 @@ -525,7 +525,7 @@ structure DivModState (w : Nat) : Type where


/-- `DivModArgs` contains the arguments to a `divrem` call which remain constant throughout
execution -/
execution. -/
structure DivModArgs (w : Nat) where
/-- the numerator (aka, dividend) -/
n : BitVec w
Expand Down

0 comments on commit c24fa26

Please sign in to comment.