euprunin
2ea675369f
chore: fix spelling mistakes ( #7328 )
...
Co-authored-by: euprunin <euprunin@users.noreply.github.com>
2025-04-07 01:15:48 +00:00
Kim Morrison
daa4fd9955
feat: review of implicitness of arguments in List/Array ( #7672 )
...
This PR reviews the implicitness of arguments across List/Array/Vector,
generally trying to make arguments implicit where possible, although
sometimes correcting propositional arguments which were incorrectly
implicit to explicit.
2025-03-26 04:40:06 +00:00
David Thrane Christiansen
70fb253739
doc: review of Array docstrings for manual ( #7492 )
...
This PR adds missing `Array` docstrings and makes their style
consistent.
2025-03-17 18:22:01 +00:00
Kim Morrison
d9ab758af5
chore: re-enable List variable linter ( #7215 )
...
Turns back on the variable names linters across List/Array/Vector.
2025-02-24 23:34:01 +00:00
Kim Morrison
8a2e21cfc4
chore: linting variable names in List/Array ( #7146 )
2025-02-19 12:45:02 +00:00
Kim Morrison
4b307914fc
chore: cleanup duplicate theorems ( #7113 )
2025-02-18 01:46:12 +00:00
Kim Morrison
3cf6fb2405
chore: fix linter.listVariables naming ( #7044 )
2025-02-12 05:17:39 +00:00
Kim Morrison
92f0d31ed7
chore: linting List ( #6970 )
2025-02-07 01:44:51 +00:00
Kim Morrison
39eaa214d4
chore: protect some lemmas in List/Array/Vector namespace ( #6425 )
2024-12-20 11:23:56 +00:00
Kim Morrison
e06673e200
feat: lemmas about List/Array/Vector lexicographic order ( #6423 )
...
This PR adds missing lemmas about lexicographic order on
List/Array/Vector.
2024-12-20 06:16:27 +00:00
Kim Morrison
b4ff5455ba
feat: lemmas about lexicographic order on Array and Vector ( #6399 )
...
This PR adds basic lemmas about lexicographic order on Array and Vector,
achieving parity with List.
Many lemmas are still missing for all three, particularly about how
order interacts with `++`.
2024-12-19 10:36:50 +00:00