Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Init/Prelude.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2216,6 +2216,7 @@ theorem Nat.mod_lt : (x : Nat) → {y : Nat} → (hy : LT.lt 0 y) → LT.lt (HM
| .isFalse h => Nat.lt_of_not_le h

attribute [gen_constructor_elims] Nat
attribute [gen_constructor_elims] Bool

/--
Gets the word size of the current platform. The word size may be 64 or 32 bits.
Expand Down
Loading