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

Tactics: fix V1.Logic #3584

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Tactics: fix V1.Logic #3584

merged 2 commits into from
Oct 18, 2024

Conversation

mtzguido
Copy link
Member

V2 was reworked to have an interface and point to some lemmas in a separate module to reduce bloat in callers. The same thing was done for V1.Logic, but the internal lemmas remained and this caused calls to these tactics to fail (unless the fst happened to be loaded, which is usually not the case).

Simply removing the internal private lemmas fixes this.

V2 was reworked to have an interface and point to some lemmas in a
separate module to reduce bloat in callers. The same thing was done for
V1.Logic, but the internal lemmas remained and this caused calls to
these tactics to fail (unless the fst happened to be loaded, which is
usually not the case).

Simply removing the internal private lemmas fixes this.
@mtzguido mtzguido merged commit 5556658 into FStarLang:master Oct 18, 2024
2 checks passed
@mtzguido mtzguido deleted the fix branch October 18, 2024 17:47
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

Successfully merging this pull request may close these issues.

1 participant