-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactoring types with automorphisms/endomorphisms and descent data for the circle #812
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I started reviewing, but then noticed you're currently working on this, so I will just post the comments I've already written 😅
src/structured-types/equivalences-types-equipped-with-endomorphisms.lagda.md
Outdated
Show resolved
Hide resolved
src/structured-types/mere-equivalences-types-equipped-with-endomorphisms.lagda.md
Outdated
Show resolved
Hide resolved
src/structured-types/morphisms-types-equipped-with-endomorphisms.lagda.md
Show resolved
Hide resolved
src/structured-types/morphisms-types-equipped-with-endomorphisms.lagda.md
Show resolved
Hide resolved
That's fine, but yeah, I'm still working on it. I'll mark it as ready for review later today. This is not meant to be a very large refactoring. All I intend to do is make two parts of the library talk to each other. |
This one is ready for review. Note that this PR does not refactor everything I possibly could refactor, because I don't want to refactor everything I could possibly refactor. The purpose of this PR is just to make the structured-types part of the library work well with the descent files for the circle. I'll be happy to make small stylistic changes and quick fixes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
src/structured-types/equivalences-types-equipped-with-automorphisms.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/dependent-descent-circle.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/morphisms-descent-data-circle.lagda.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I only have some comments on naming 👍
src/synthetic-homotopy-theory/dependent-descent-circle.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/dependent-descent-circle.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/dependent-descent-circle.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/dependent-descent-circle.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/dependent-descent-circle.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/dependent-descent-circle.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/dependent-descent-circle.lagda.md
Outdated
Show resolved
Hide resolved
…hisms.lagda.md Co-authored-by: Fredrik Bakke <[email protected]>
…omorphisms.lagda.md Co-authored-by: Fredrik Bakke <[email protected]>
…hisms.lagda.md Co-authored-by: Fredrik Bakke <[email protected]>
Co-authored-by: Fredrik Bakke <[email protected]>
With this refactoring PR we eliminate some duplicate work and define a better integration for descent data of the circle, cyclic types, and types with automorphisms and endomorphisms.