[Merged by Bors] - refactor(CategoryTheory/Action/*): make Action.rho a MonoidHom instead of a morphism in MonCat#21652
[Merged by Bors] - refactor(CategoryTheory/Action/*): make Action.rho a MonoidHom instead of a morphism in MonCat#21652101damnations wants to merge 15 commits intomasterfrom
Action.rho a MonoidHom instead of a morphism in MonCat#21652Conversation
PR summary b9101beae5Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 1305 | -1 | erw |
Current commit b9101beae5
Reference commit 42e56d7453
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
…lib4 into actionmoncat
…lib4 into actionmoncat
|
Thanks! bors merge |
…stead of a morphism in `MonCat` (#21652)
|
Build failed: |
…lib4 into actionmoncat
|
Let's try this again: |
…stead of a morphism in `MonCat` (#21652)
|
Pull request successfully merged into master. Build succeeded: |
Action.rho a MonoidHom instead of a morphism in MonCatAction.rho a MonoidHom instead of a morphism in MonCat
Since #21652 the universe restrictions are no longer necessary. This also allows to remove some universe restrictions in the Galois category API.
Since #21652 the universe restrictions are no longer necessary. This also allows to remove some universe restrictions in the Galois category API.
Since #21652 the universe restrictions are no longer necessary. This also allows to remove some universe restrictions in the Galois category API.
Since #21652 the universe restrictions are no longer necessary. This also allows to remove some universe restrictions in the Galois category API.
A PR that replaces the
MonCatmorphism in the definition ofActionwith just aMonoidHom. This change was suggested to me a while ago by @joelriou as it's more universe polymorphic, although I didn't generalise the universes in this PR. I don't know if other people want this change but I'm opening it just in case, since I'm about to open a bunch of other PRs that currently depend on it (although I could find a way for them not to, if this PR is deemed unnecessary).