You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR fixes the `push_neg` tactic so that it preserves binder names when pushing through `Exists`. It was previously picking up the `x` name from `∃ x, s x`, so spelling it as `Exists s` fixes the problem.
0 commit comments