lean4-htt/src/Init/Data
Leonardo de Moura fd4281a636
fix: misleading type at Option.forM (#4403)
The type uses `PUnit`, but the `pure ()` in the body was forcing the
implicit universe level at `PUnit` to be `1`.

We should probably elaborate `def`s like we elaborate theorems when the
resulting type is provided. This kind of mistake is hard to spot.
2024-06-07 23:33:15 +00:00
..
Array chore: make Array.reverse_data proof more robust (#4399) 2024-06-07 19:17:03 +00:00
BitVec feat: make <num>#<term> bitvector literal notation global 2024-06-06 06:20:50 +01:00
ByteArray chore: extend GetElem with getElem! and getElem? (#3694) 2024-03-28 01:42:00 +00:00
Char chore: upstream Char lemmas from Mathlib (#4348) 2024-06-04 23:45:26 +00:00
Fin chore: add namespace in Init/Data/Fin/Fold (#4304) 2024-05-29 16:40:55 +00:00
FloatArray chore: extend GetElem with getElem! and getElem? (#3694) 2024-03-28 01:42:00 +00:00
Format feat: incremental have (#4308) 2024-06-04 09:12:27 +00:00
Int fix: split (for if-expressions) should work on non-propositional goals (#4349) 2024-06-05 04:43:46 +00:00
List chore: upstream basic String lemmas (#4354) 2024-06-05 21:28:43 +00:00
Nat chore: deprecate shiftLeft_shiftLeft, shiftRight_shiftRight (#4321) 2024-06-04 01:57:51 +00:00
Option fix: misleading type at Option.forM (#4403) 2024-06-07 23:33:15 +00:00
String chore: upstream basic String lemmas (#4354) 2024-06-05 21:28:43 +00:00
ToString fix: make List.toString tail-recursive 2022-12-12 22:58:21 +01:00
UInt feat: some Char, UInt, and Fin theorems (#4231) 2024-05-21 06:11:23 +00:00
AC.lean fix: split (for if-expressions) should work on non-propositional goals (#4349) 2024-06-05 04:43:46 +00:00
Array.lean chore: upstream Std.Data.Array.Init.Lemmas (#3343) 2024-02-15 17:50:07 +11:00
Basic.lean
BitVec.lean chore: add missing copyright headers (#3411) 2024-02-20 01:49:55 +00:00
Bool.lean feat: bitblasting theorems for signed comparisons (#4201) 2024-05-23 01:24:04 +00:00
ByteArray.lean
Cast.lean chore: upstream NatCast and IntCast (#3347) 2024-02-16 00:54:22 +00:00
Channel.lean feat: snapshot trees and language processors (#3014) 2024-03-14 13:40:08 +00:00
Char.lean feat: some Char, UInt, and Fin theorems (#4231) 2024-05-21 06:11:23 +00:00
Fin.lean chore: upstream Std.BitVec.* (#3400) 2024-02-19 12:43:34 -08:00
Float.lean doc: state that Float is IEEE compliant (#3157) 2024-01-10 12:16:42 +00:00
FloatArray.lean
Format.lean
Hashable.lean chore: add helper function 2023-07-11 19:19:42 -07:00
Int.lean chore: upstream Std.Data.Int (#3635) 2024-03-11 21:40:48 +00:00
List.lean feat: upstream lemmas about basic List/Array operations (#4059) 2024-05-06 03:52:33 +00:00
Nat.lean fix: replace unary Nat.succ simp rules with simprocs (#3808) 2024-04-04 23:15:26 +00:00
OfScientific.lean chore: use more specific import in OfScientific (#3165) 2024-01-11 18:23:43 +00:00
Option.lean chore: upstream Option material from Std (#3356) 2024-02-16 02:05:18 +00:00
Ord.lean chore: use compareLex in lexOrd (#3882) 2024-04-22 06:48:44 +00:00
Prod.lean feat: add simp lemmas and instances for LawfulBEq 2022-07-11 14:19:41 -07:00
Queue.lean doc: document Init.Data.Queue 2022-09-13 03:09:25 -07:00
Random.lean chore: upstream Std.Data.Int (#3635) 2024-03-11 21:40:48 +00:00
Range.lean feat: let get_elem_tactic_trivial handle [a]'h.2 (#3132) 2024-01-08 16:23:09 +00:00
Repr.lean perf: faster Nat.repr implementation in C (#3876) 2024-04-17 18:11:05 +00:00
Stream.lean fix: generate deprecation warnings for dot notation (#3969) 2024-05-09 04:52:09 +00:00
String.lean feat: some Char, UInt, and Fin theorems (#4231) 2024-05-21 06:11:23 +00:00
Sum.lean chore: upstream solve_by_elim (#3408) 2024-02-21 01:16:04 +00:00
ToString.lean
UInt.lean feat: some Char, UInt, and Fin theorems (#4231) 2024-05-21 06:11:23 +00:00