-
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.
Swap order of arguments for lifts of families of elements (#981)
Makes the arguments to definitions about lifts of elements start with type families, and continue with the families of elements that we're lifting. This makes sense conceptually, because e.g. `lift-family-of-elements B` is now a function which takes a family of elements to its type of lifts, so we can talk about concepts such as "transport in the family of lifts" by writing `tr (lift-family-of-elements B)`.
- Loading branch information
1 parent
400575e
commit 531a0ab
Showing
5 changed files
with
120 additions
and
106 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
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
Oops, something went wrong.