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
fix: not_prime_zero and not_prime_one Aesop rules (#22394)
These rules, which derive a contradiction from `Prime 0` or `Prime 1`, were tagged incorrectly and would therefore add `¬ Prime 0` and `¬ Prime 1` to every goal.
Fixes the heartbeat bump introduced in #22334.
0 commit comments