-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve generality of homotopy whiskering operations (#976)
This PR improves the generality of the homotopy whiskering operations by introducing more possible type dependencies into the definitions. Moreover, it bumps the precedence of both whiskering operators, so that in particular left whiskering takes precedence over right whiskering. These two operators commute definitionally, so it doesn't matter which way we associate them, and Agda is usually indecisive with which way to print them when you ask it to. The downside to this change is that Agda will start omitting parentheses when written together with homotopy concatenations, so maybe this is a change for the worse.
- Loading branch information
1 parent
fa40692
commit ab24893
Showing
2 changed files
with
149 additions
and
81 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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