[Merged by Bors] - refactor: unbundle Multiset.card#19777
[Merged by Bors] - refactor: unbundle Multiset.card#19777YaelDillies wants to merge 5 commits intomasterfrom
Multiset.card#19777Conversation
This is a first step towards not importing algebra to define multisets.
PR summary 6ace55cf1fImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
Ruben-VandeVelde
left a comment
There was a problem hiding this comment.
Slightly disappointing, but not as bad as I feared
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by Ruben-VandeVelde. |
Vierkantor
left a comment
There was a problem hiding this comment.
We definitely lose some convenience later on if we have to unbundle this map. I suppose the alternative would be to avoid importing count in the files where we don't need it. But that would lead to this combinatorial explosion in dependencies if we want to talk about the count of erase etc.
In the end, the downstream impact is not too big so I think this is an okay way to do it.
bors d+
|
✌️ YaelDillies can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors merge |
This is a first step towards not importing algebra to define multisets.
|
Pull request successfully merged into master. Build succeeded: |
Multiset.cardMultiset.card
This is a first step towards not importing algebra to define multisets.