Skip to content
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
split-data-equiv
Closed

[Merged by Bors] - chore(data/equiv): split and move to logic/equiv#12929
Vierkantor wants to merge 3 commits intomasterfrom
split-data-equiv

Conversation

@Vierkantor
Copy link
Copy Markdown
Collaborator

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.leanalgebra/module/equiv.lean
  • data/equiv/mul_add.leanalgebra/hom/equiv.lean
  • data/equiv/mul_add_aut.leanalgebra/hom/aut.lean
  • data/equiv/ring.leanalgebra/ring/equiv.lean
  • data/equiv/ring_aut.leanalgebra/ring/aut.lean
  • data/equiv/denumerable.leanlogic/denumerable.lean
  • data/equiv/encodable/*.leanlogic/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

Open in Gitpod

@Vierkantor Vierkantor added awaiting-review The author would like community review of the PR awaiting-CI The author would like to see what CI has to say before doing more work. labels Mar 25, 2022
@github-actions github-actions bot removed the awaiting-CI The author would like to see what CI has to say before doing more work. label Mar 25, 2022
Copy link
Copy Markdown
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🎉

bors merge

@leanprover-community-bot-assistant leanprover-community-bot-assistant added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Mar 26, 2022
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`
@bors
Copy link
Copy Markdown

bors bot commented Mar 26, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title chore(data/equiv): split and move to logic/equiv [Merged by Bors] - chore(data/equiv): split and move to logic/equiv Mar 26, 2022
@bors bors bot closed this Mar 26, 2022
@bors bors bot deleted the split-data-equiv branch March 26, 2022 23:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants