-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore: adaptations for nightly-2024-10-17 #60
Conversation
Qq/ForLean/ReduceEval.lean
Outdated
reduceEval := fun e => do | ||
let e ← whnf e | ||
if e.isAppOfArity ``BitVec.ofFin 2 then | ||
have : 2^n - 1 + 1 = 2^n := Nat.sub_one_add_one_eq_of_pos (Nat.two_pow_pos n) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just created #61 which should make this unnecessary. Could you rebase and see if you can remove all the -1
s?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah nevermind, I just did it.
I thought you said you weren't going to merge this into master? |
I've force pushed master to roll this back, and pushed 0dc6370 to |
(Note this is a PR for bump/v4.14.0, not master. We can review this now, and then we'll merge bump/v4.14.0 into master on release day.)