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

Unification variable escapes beneath a quantifier #17

Closed
nikswamy opened this issue Jun 14, 2023 · 1 comment
Closed

Unification variable escapes beneath a quantifier #17

nikswamy opened this issue Jun 14, 2023 · 1 comment

Comments

@nikswamy
Copy link
Collaborator

See https://github.com/FStarLang/steel/blob/nik_dice/share/steel/examples/pulse/bug-reports/UnificationVariableEscapes.fst

Also weirdness there with how pulse reports errors and its interaction with expect_failure

nikswamy added a commit that referenced this issue Jun 14, 2023
@nikswamy
Copy link
Collaborator Author

There are two parts to the fix:

  1. in the commit referenced above, I fixed an issue where we were not descending into a host_term to substitute uvar solutions. So, that fixes the main issue.

  2. Additionally, the weirdness with error reporting and expect_failure: This is fixed with @mtzguido 's help in an F* branch, specifically this commit: FStarLang/FStar@c33c383

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

No branches or pull requests

1 participant