lean4-htt/src/Init/Data/Array
2022-07-02 15:54:34 -07:00
..
Basic.lean feat: add notation a[i, h] for a[⟨i, h⟩] 2022-07-02 15:50:49 -07:00
BasicAux.lean feat: add simp theorem List.of_toArray_eq_toArray (as bs : List α) : (as.toArray = bs.toArray) = (as = bs) := by 2022-05-27 18:26:48 -07:00
BinSearch.lean chore: cleanup 2022-01-10 16:25:07 -08:00
DecidableEq.lean feat: add notation a[i, h] for a[⟨i, h⟩] 2022-07-02 15:50:49 -07:00
InsertionSort.lean feat: add notation a[i, h] for a[⟨i, h⟩] 2022-07-02 15:50:49 -07:00
Mem.lean feat: add helper tactic for applying sizeOf (a.get i) < sizeOf a automatically in termination proofs 2022-04-02 18:29:41 -07:00
QSort.lean feat: use new termination_by syntax 2022-01-12 16:23:25 -08:00
Subarray.lean feat: a[i] and a[i]! notation for Subarrays 2022-07-02 15:54:34 -07:00