-
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 pointed types #1056
Conversation
Yay this actually compiles now:) |
Congrats! 🎉🎉🎉 |
Sure! Note that this PR itself doesn't have much to do with synthetic homotopy, other than that the changes made here are in preparation for the refactoring of our treatment of pointed pushouts. |
…x missing link error
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.
Great work! Thanks for splitting this out of that big PR. I still have 6 files to review, but I'll do that some other time, hopefully tomorrow.
src/structured-types/commuting-squares-of-pointed-maps.lagda.md
Outdated
Show resolved
Hide resolved
src/structured-types/commuting-squares-of-pointed-maps.lagda.md
Outdated
Show resolved
Hide resolved
I have cut off all the unfinished parts of |
…t unit law of concatenation of pointed homotopies
I am now done with my revisions based on the review comments. |
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.
Thanks for the rewording and explanations. I finished reviewing the PR; there's no rush to address the comments
src/structured-types/whiskering-pointed-homotopies-composition.lagda.md
Outdated
Show resolved
Hide resolved
src/structured-types/whiskering-pointed-homotopies-composition.lagda.md
Outdated
Show resolved
Hide resolved
src/structured-types/whiskering-pointed-homotopies-composition.lagda.md
Outdated
Show resolved
Hide resolved
src/structured-types/whiskering-pointed-homotopies-concatenation.lagda.md
Outdated
Show resolved
Hide resolved
src/structured-types/whiskering-pointed-homotopies-concatenation.lagda.md
Outdated
Show resolved
Hide resolved
src/structured-types/whiskering-pointed-2-homotopies-concatenation.lagda.md
Outdated
Show resolved
Hide resolved
src/structured-types/whiskering-pointed-2-homotopies-concatenation.lagda.md
Outdated
Show resolved
Hide resolved
src/structured-types/whiskering-pointed-homotopies-composition.lagda.md
Outdated
Show resolved
Hide resolved
Everything looks great, I'm hitting the green button 👌 |
The changes in this PR are pulled from UniMath#885.
The changes in this PR are pulled from #885.