lean4-htt/src/Init/Data/List/Nat
Kyle Miller b75cc35db2
feat: update omega/solve_by_elim to use new tactic syntax, use new tactic syntax (#5932)
Following up #5928, updates the syntax for `omega` and `solve_by_elim`
and restores the syntax quotations in their implementations.

Following up #5898, uses the new tactic syntax in the library, replacing
all uses of `(config := ...)`.
2024-11-03 16:23:37 +00:00
..
Basic.lean chore: induction-friendly List.min?_cons (#5594) 2024-10-02 14:10:15 +00:00
BEq.lean feat: simp lemmas for Array.isEqv and beq (#5786) 2024-10-21 07:37:40 +00:00
Count.lean feat: lemmas about List.tail (#5360) 2024-09-16 09:25:24 +00:00
Erase.lean chore: cleanup unused variables (#5579) 2024-10-02 01:51:22 +00:00
Find.lean feat: review of List.erase / List.find lemmas (#5391) 2024-09-19 05:37:04 +00:00
Modify.lean feat: more lemmas for List.modify (#5816) 2024-10-23 06:45:20 +00:00
Pairwise.lean chore: review of List API (#5260) 2024-09-05 06:27:08 +00:00
Range.lean feat: update omega/solve_by_elim to use new tactic syntax, use new tactic syntax (#5932) 2024-11-03 16:23:37 +00:00
Sublist.lean chore: variables appearing on both sides of an iff should be implicit (#5254) 2024-09-04 08:33:24 +00:00
TakeDrop.lean feat: relate Array.forIn and List.forIn (#5799) 2024-10-22 01:20:13 +00:00