lean4-htt/src/Init/Data/Array
Wrenna Robson 36a6844625
feat: add Std.Trichotomous (#10945)
This PR adds `Std.Tricho r`, a typeclass for relations which identifies
them as trichotomous. This is preferred to `Std.Antisymm (¬ r · ·)` in
all cases (which it is equivalent to).
2025-11-18 13:20:53 +00:00
..
Lex feat: add Std.Trichotomous (#10945) 2025-11-18 13:20:53 +00:00
QSort feat: integrate high-level order typeclasses with BEq and Ord (#9908) 2025-08-19 07:54:53 +00:00
Subarray chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Attach.lean chore: remove >6 month old deprecations (#10968) 2025-10-26 10:01:30 +00:00
Basic.lean doc: fix typo in List.finIdxOf? (#11111) 2025-11-10 10:04:07 +00:00
BasicAux.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
BinSearch.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Bootstrap.lean feat: add grind_pattern constraint annotations (#11193) 2025-11-15 19:08:03 +00:00
Count.lean chore: remove >6 month old deprecations (#10968) 2025-10-26 10:01:30 +00:00
DecidableEq.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Erase.lean chore: remove >6 month old deprecations (#10968) 2025-10-26 10:01:30 +00:00
Extract.lean feat: add grind_pattern constraint annotations (#11193) 2025-11-15 19:08:03 +00:00
Find.lean chore: remove >6 month old deprecations (#10968) 2025-10-26 10:01:30 +00:00
FinRange.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
GetLit.lean chore: add deprecations for duplicated theorems (#10967) 2025-10-29 05:26:16 +00:00
InsertIdx.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
InsertionSort.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Lemmas.lean feat: add MPL specs for slice for ... in (#11141) 2025-11-17 15:58:29 +00:00
Lex.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
MapIdx.lean chore: remove >6 month old deprecations (#10968) 2025-10-26 10:01:30 +00:00
Mem.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Monadic.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
OfFn.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Perm.lean chore: add deprecations for duplicated theorems (#10967) 2025-10-29 05:26:16 +00:00
QSort.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
Range.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Set.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Subarray.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
TakeDrop.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Zip.lean chore: remove >6 month old deprecations (#10968) 2025-10-26 10:01:30 +00:00