Skip to content
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

Use an assumption rather than a flag for WithK? #830

Closed
ecavallo opened this issue Jun 1, 2022 · 0 comments · Fixed by #896
Closed

Use an assumption rather than a flag for WithK? #830

ecavallo opened this issue Jun 1, 2022 · 0 comments · Fixed by #896
Labels
discuss Should be discussed and possibly assigned in the next meeting

Comments

@ecavallo
Copy link
Collaborator

ecavallo commented Jun 1, 2022

https://github.com/agda/cubical/blob/master/Cubical/WithK.agda

Is it essential that we demonstrate the incompatibility of --cubical and --with-K in the library? Currently we have a special case in the Makefile just for this file. If we want to keep a proof that K is inconsistent in the libary, we could rewrite the file as a module that depends on an assumed proof of K. Then no special treatment is needed (and the file might be more useful, for example if we wanted to show that something else implies K and is therefore inconsistent).

@ecavallo ecavallo added the discuss Should be discussed and possibly assigned in the next meeting label Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss Should be discussed and possibly assigned in the next meeting
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant