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

Commits on Oct 18, 2024

  1. Tactics: fix V1.Logic

    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 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    51070d9 View commit details
    Browse the repository at this point in the history
  2. snap

    mtzguido committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f23080d View commit details
    Browse the repository at this point in the history