lean4-htt/src/Init/Data/List
Rob23oba 7cca594a4a
chore: adjust BEq classes (#7855)
This PR moves `ReflBEq` to `Init.Core` and changes `LawfulBEq` to extend
`ReflBEq`.

**BREAKING CHANGES:**
- The `refl` field of `ReflBEq` has been renamed to `rfl` to match
`LawfulBEq`
- `LawfulBEq` extends `ReflBEq`, so in particular `LawfulBEq.rfl` is no
longer valid
2025-04-16 13:24:23 +00:00
..
Nat chore: upstream Nat material from mathlib (#7971) 2025-04-16 06:55:32 +00:00
Sort feat: review of implicitness of arguments in List/Array (#7672) 2025-03-26 04:40:06 +00:00
Attach.lean chore: adjust BEq classes (#7855) 2025-04-16 13:24:23 +00:00
Basic.lean chore: adjust BEq classes (#7855) 2025-04-16 13:24:23 +00:00
BasicAux.lean doc: review List docstrings for manual (#7452) 2025-03-13 16:10:06 +00:00
Control.lean feat: review of implicitness of arguments in List/Array (#7672) 2025-03-26 04:40:06 +00:00
Count.lean chore: adjust BEq classes (#7855) 2025-04-16 13:24:23 +00:00
Erase.lean chore: upstream Nat material from mathlib (#7971) 2025-04-16 06:55:32 +00:00
Find.lean chore: upstream Nat material from mathlib (#7971) 2025-04-16 06:55:32 +00:00
FinRange.lean feat: review of implicitness of arguments in List/Array (#7672) 2025-03-26 04:40:06 +00:00
Impl.lean fix: broken docstring examples (#7526) 2025-03-17 17:59:03 +00:00
Lemmas.lean chore: adjust BEq classes (#7855) 2025-04-16 13:24:23 +00:00
Lex.lean chore: adjust BEq classes (#7855) 2025-04-16 13:24:23 +00:00
MapIdx.lean chore: Option cleanup (#7897) 2025-04-10 18:53:30 +00:00
MinMax.lean feat: review of implicitness of arguments in List/Array (#7672) 2025-03-26 04:40:06 +00:00
Monadic.lean feat: review of implicitness of arguments in List/Array (#7672) 2025-03-26 04:40:06 +00:00
Nat.lean feat: Array.swap_perm (#6272) 2024-12-01 08:35:28 +00:00
Notation.lean chore: re-enable List variable linter (#7215) 2025-02-24 23:34:01 +00:00
OfFn.lean feat: review of implicitness of arguments in List/Array (#7672) 2025-03-26 04:40:06 +00:00
Pairwise.lean chore: remove membership instance on Option from most theorem statements (#7856) 2025-04-08 08:06:50 +00:00
Perm.lean chore: adjust BEq classes (#7855) 2025-04-16 13:24:23 +00:00
Range.lean chore: upstream Nat material from mathlib (#7971) 2025-04-16 06:55:32 +00:00
Sort.lean feat: List.mergeSort (#5092) 2024-08-20 06:32:52 +00:00
Sublist.lean feat: review of implicitness of arguments in List/Array (#7672) 2025-03-26 04:40:06 +00:00
TakeDrop.lean feat: review of implicitness of arguments in List/Array (#7672) 2025-03-26 04:40:06 +00:00
ToArray.lean feat: review of implicitness of arguments in List/Array (#7672) 2025-03-26 04:40:06 +00:00
ToArrayImpl.lean doc: review List docstrings for manual (#7452) 2025-03-13 16:10:06 +00:00
Zip.lean chore: upstream Nat material from mathlib (#7971) 2025-04-16 06:55:32 +00:00