This repository was archived by the owner on Jul 24, 2024. It is now read-only.
[Merged by Bors] - chore(data/equiv): split and move to logic/equiv#12929
Closed
Vierkantor wants to merge 3 commits intomasterfrom
Closed
[Merged by Bors] - chore(data/equiv): split and move to logic/equiv#12929Vierkantor wants to merge 3 commits intomasterfrom
logic/equiv#12929Vierkantor wants to merge 3 commits intomasterfrom
Conversation
bors bot
pushed a commit
that referenced
this pull request
Mar 26, 2022
Zulip discussion: https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/Rearranging.20files.20in.20.60data.2F.60 This PR rearranges files in `data/equiv/` by 1) moving bundled isomorphisms to a relevant subfolder of `algebra/`; 2) moving `denumerable` and `encodable` to `logic/`; 3) moving the remainder of `data/equiv/` to `logic/equiv/`. The commits of this PR correspond to those steps. In particular, the following files were moved: * `data/equiv/module.lean` → `algebra/module/equiv.lean` * `data/equiv/mul_add.lean` → `algebra/hom/equiv.lean` * `data/equiv/mul_add_aut.lean` → `algebra/hom/aut.lean` * `data/equiv/ring.lean` → `algebra/ring/equiv.lean` * `data/equiv/ring_aut.lean` → `algebra/ring/aut.lean` * `data/equiv/denumerable.lean` → `logic/denumerable.lean` * `data/equiv/encodable/*.lean` → `logic/encodable/basic.lean logic/encodable/lattice.lean logic/encodable/small.lean` * `data/equiv/*.lean` to: `logic/equiv/basic.lean logic/equiv/fin.lean logic/equiv/functor.lean logic/equiv/local_equiv.lean logic/equiv/option.lean logic/equiv/transfer_instance.lean logic/equiv/embedding.lean logic/equiv/fintype.lean logic/equiv/list.lean logic/equiv/nat.lean logic/equiv/set.lean`
|
Pull request successfully merged into master. Build succeeded: |
logic/equivlogic/equiv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Zulip discussion: https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/Rearranging.20files.20in.20.60data.2F.60
This PR rearranges files in
data/equiv/by 1) moving bundled isomorphisms to a relevant subfolder ofalgebra/; 2) movingdenumerableandencodabletologic/; 3) moving the remainder ofdata/equiv/tologic/equiv/. The commits of this PR correspond to those steps.In particular, the following files were moved:
data/equiv/module.lean→algebra/module/equiv.leandata/equiv/mul_add.lean→algebra/hom/equiv.leandata/equiv/mul_add_aut.lean→algebra/hom/aut.leandata/equiv/ring.lean→algebra/ring/equiv.leandata/equiv/ring_aut.lean→algebra/ring/aut.leandata/equiv/denumerable.lean→logic/denumerable.leandata/equiv/encodable/*.lean→logic/encodable/basic.lean logic/encodable/lattice.lean logic/encodable/small.leandata/equiv/*.leanto:logic/equiv/basic.lean logic/equiv/fin.lean logic/equiv/functor.lean logic/equiv/local_equiv.lean logic/equiv/option.lean logic/equiv/transfer_instance.lean logic/equiv/embedding.lean logic/equiv/fintype.lean logic/equiv/list.lean logic/equiv/nat.lean logic/equiv/set.lean