-
Notifications
You must be signed in to change notification settings - Fork 79
Preview: depostulate axioms #1380
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
Open
fredrik-bakke
wants to merge
41
commits into
UniMath:master
Choose a base branch
from
fredrik-bakke:depostulate-axioms
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
406d208
depostulate funext in `foundation.function-extensionality`
fredrik-bakke 60a5a24
add funextaxiom dependencies
fredrik-bakke da48fc2
remove unused funext imports
fredrik-bakke 19929d0
scripts
fredrik-bakke 5cafc70
Revert "depostulate funext in `foundation.function-extensionality`"
fredrik-bakke ff7f437
Reapply "depostulate funext in `foundation.function-extensionality`"
fredrik-bakke 9cbef82
remove unused imports
fredrik-bakke 70bdce7
factor out `is-contr-Π` and `is-prop-Π`
fredrik-bakke 35ba0ff
fix `multiplication-integers`
fredrik-bakke 80f80bb
move retract precomp/postcomp
fredrik-bakke 217ed4c
`foundation-core.logical-equivalences`
fredrik-bakke 2b54978
`foundation.dependent-products-truncated-types`
fredrik-bakke c62f26f
move `equiv-Set`
fredrik-bakke 0ed41ca
script
fredrik-bakke edec29f
import telescope
fredrik-bakke ef7655b
move raising universe levels unit type
fredrik-bakke 84e9628
`foundation-core.diagonal-maps-of-types`
fredrik-bakke 35ac679
raising universe levels of booleans
fredrik-bakke d3f695a
`foundation-core.maybe`
fredrik-bakke cf9ed88
`foundation-core.booleans`
fredrik-bakke 12eaf68
import optimizations reflection
fredrik-bakke 7e89f92
import optimizations reflection
fredrik-bakke 7c34b94
optimize imports `lists.lists`
fredrik-bakke 4588624
imports equality integers
fredrik-bakke 2cfd6ff
imports reflection
fredrik-bakke 1fbc603
imports addition natural numbers
fredrik-bakke 3941908
imports multiplication natural numbers
fredrik-bakke f402d8e
depostulate funext
fredrik-bakke 63b3fa3
Revert "depostulate funext"
fredrik-bakke 77f4142
fix line length
fredrik-bakke 566e00c
fix dependencies public imports
fredrik-bakke ee6b0e5
wip unpostulate
fredrik-bakke 1251505
hide scripts
fredrik-bakke 5cd74a3
fix prose
fredrik-bakke 0e6f5f3
repostulate funext
fredrik-bakke 1f40f6f
Merge branch 'master' into unpostulate
fredrik-bakke 49cc93e
fix link concept
fredrik-bakke 29957d0
`foundation-core.raising-universe-levels`
fredrik-bakke f4f6ce2
restore lemma raising universe levels
fredrik-bakke fa99f84
preview depostulation
fredrik-bakke 2b2118a
preview depostulation
fredrik-bakke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
22 changes: 15 additions & 7 deletions
22
src/category-theory/adjunctions-large-precategories.lagda.md
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
40 changes: 24 additions & 16 deletions
40
src/category-theory/category-of-functors-from-small-to-large-categories.lagda.md
This file contains hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Why wouldn't we want these warnings?
Also, is the question of including this pragma orthogonal to the purpose of this pull request, or am I missing something?
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.
Ah, I thought this pragma promoted the warning to an error. It is orthogonal to this PR, but not to #1373 on which it depends
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.
(There it caused errors in the file
elementary-number-theory.multiplication-integers
)