Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat: port Data.Set.Basic #892

Closed
wants to merge 36 commits into from
Closed
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
f104b4b
initial look at data.set.basic
semorrison Dec 6, 2022
dbd3d60
Merge remote-tracking branch 'origin/master' into data_set_basic
semorrison Dec 7, 2022
436189e
.
semorrison Dec 7, 2022
5967c2f
some fixes
semorrison Dec 7, 2022
82c8231
fix build up to line 1000
ChrisHughes24 Dec 7, 2022
6b62c0b
fix up to line 2000
ChrisHughes24 Dec 7, 2022
4655822
fix up to line 2100
ChrisHughes24 Dec 7, 2022
5cfbfbc
Merge remote-tracking branch 'origin/master' into data_set_basic
semorrison Dec 8, 2022
3b46a5b
add link, restore trans
semorrison Dec 8, 2022
1cb5cf8
Merge remote-tracking branch 'origin/master' into data_set_basic
semorrison Dec 8, 2022
ae96545
delete everything moved out in #17842
semorrison Dec 8, 2022
2e43680
Merge remote-tracking branch 'origin/master' into data_set_basic
semorrison Dec 8, 2022
124feb3
fixes
semorrison Dec 8, 2022
a991ec1
replace module doc from mathlib3
semorrison Dec 8, 2022
e68485e
import all
semorrison Dec 8, 2022
14277aa
long lines
semorrison Dec 8, 2022
d26b6f2
replace an itauto
semorrison Dec 8, 2022
755400a
simp
semorrison Dec 8, 2022
6e2fcba
some lint
ChrisHughes24 Dec 8, 2022
1477c37
more lint
ChrisHughes24 Dec 8, 2022
2b1b555
Apply suggestions from code review
ChrisHughes24 Dec 8, 2022
4a9a77a
fixes + renaming
ChrisHughes24 Dec 8, 2022
d6490af
broken again
semorrison Dec 8, 2022
8df0c54
bandaid for instance search
winstonyin Dec 9, 2022
bdcb521
remove comments
winstonyin Dec 9, 2022
0a557bd
just to make it compile
winstonyin Dec 9, 2022
c8fab91
lint
winstonyin Dec 11, 2022
df31325
lint
winstonyin Dec 11, 2022
dd0c770
setOf
Ruben-VandeVelde Dec 11, 2022
7382979
Tidy
Ruben-VandeVelde Dec 11, 2022
2a98120
Merge remote-tracking branch 'origin/master' into data_set_basic
semorrison Dec 12, 2022
22f7505
make typeOfSet an abbrev again, so we get instances from Subtype
semorrison Dec 12, 2022
7ed32f8
rename?
semorrison Dec 12, 2022
9ce1de0
reducible
semorrison Dec 12, 2022
b34e22c
add link
semorrison Dec 12, 2022
0724849
final lint
semorrison Dec 12, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions Mathlib.lean
Expand Up @@ -160,6 +160,7 @@ import Mathlib.Data.Quot
import Mathlib.Data.Rat.Defs
import Mathlib.Data.Rat.Init
import Mathlib.Data.Rat.Order
import Mathlib.Data.Set.Basic
import Mathlib.Data.Sigma.Basic
import Mathlib.Data.Sigma.Lex
import Mathlib.Data.Sigma.Order
Expand Down