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

Make positivity check non-fatal (or disablable) #278

Closed
catalin-hritcu opened this issue Jul 13, 2015 · 1 comment
Closed

Make positivity check non-fatal (or disablable) #278

catalin-hritcu opened this issue Jul 13, 2015 · 1 comment

Comments

@catalin-hritcu
Copy link
Member

I'm trying to resurrect the student's attempt at a normalization proof in F* but the positivity check gets in the way. I think the positivity check should be a non-fatal error, in the same class as being unable to discharge a proof obligation, but that's currently not the case. Alternatively I would like a flag to turn off the positivity check completely, so that I can fix the other potential errors that have nothing to do with positivity.

This is implemented in the positivity_check function in tc.fs, but I'm not sure with what to replace the raise to make it non-fatal.

@catalin-hritcu catalin-hritcu changed the title Make positivity check non-fatal Make positivity check non-fatal (or disablable) Jul 13, 2015
@catalin-hritcu
Copy link
Member Author

This issue is pre-universes. Now the positivity check is just gone (#319), so this issue no longer exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant