-
Notifications
You must be signed in to change notification settings - Fork 80
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
base: master
Are you sure you want to change the base?
Conversation
@@ -115,7 +115,7 @@ def filter_agda_files(f): return utils.is_agda_file(pathlib.Path(f)) and os.path | |||
|
|||
temp_dir = 'temp' | |||
status = 0 | |||
agda_options = '--without-K --exact-split --no-import-sorts --auto-inline --no-caching' | |||
agda_options = '--without-K --exact-split --no-import-sorts --auto-inline --no-caching -WnoPatternShadowsConstructor' |
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
)
Here's a preview of what the library might look like with depostulated axioms.
Depends on #1373
#1379