This repository was archived by the owner on Jul 24, 2024. It is now read-only.
[Merged by Bors] - fix(category_theory/concrete): access the carrier type by the coercion#2473
Closed
kim-em wants to merge 1 commit into
Closed
[Merged by Bors] - fix(category_theory/concrete): access the carrier type by the coercion#2473kim-em wants to merge 1 commit into
kim-em wants to merge 1 commit into
Conversation
bors Bot
pushed a commit
that referenced
this pull request
Apr 21, 2020
#2473) This should marginally reduce the pain of using concrete categories, as the underlying types of a bundled object should more uniformly described via a coercion, rather than the `.α` projection. (There's still some separate pain involving `bundled.map`, but it has an orthogonal fix which I'm working on in another branch.) Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
|
Pull request successfully merged into master. Build succeeded: |
butterthebuddha
pushed a commit
to butterthebuddha/mathlib
that referenced
this pull request
May 15, 2020
leanprover-community#2473) This should marginally reduce the pain of using concrete categories, as the underlying types of a bundled object should more uniformly described via a coercion, rather than the `.α` projection. (There's still some separate pain involving `bundled.map`, but it has an orthogonal fix which I'm working on in another branch.) Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
butterthebuddha
pushed a commit
to butterthebuddha/mathlib
that referenced
this pull request
May 16, 2020
leanprover-community#2473) This should marginally reduce the pain of using concrete categories, as the underlying types of a bundled object should more uniformly described via a coercion, rather than the `.α` projection. (There's still some separate pain involving `bundled.map`, but it has an orthogonal fix which I'm working on in another branch.) Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
cipher1024
pushed a commit
to cipher1024/mathlib
that referenced
this pull request
Mar 15, 2022
leanprover-community#2473) This should marginally reduce the pain of using concrete categories, as the underlying types of a bundled object should more uniformly described via a coercion, rather than the `.α` projection. (There's still some separate pain involving `bundled.map`, but it has an orthogonal fix which I'm working on in another branch.) Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
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.
This should marginally reduce the pain of using concrete categories, as the underlying types of a bundled object should more uniformly described via a coercion, rather than the
.αprojection.(There's still some separate pain involving
bundled.map, but it has an orthogonal fix which I'm working on in another branch.)