-
Notifications
You must be signed in to change notification settings - Fork 154
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
Implement ensureSpine
for BitVector n
as pack
#2702
Conversation
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.
Could you add a changelog entry?
a610da1
to
52d9ee9
Compare
52d9ee9
to
257c6da
Compare
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.
Some requests on the xToBV
stuff
257c6da
to
407fd96
Compare
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.
LGTM
407fd96
to
0784c3b
Compare
0784c3b
to
372f04d
Compare
Implement `ensureSpine` for `BitVector n` as `pack` (copy #2702)
This enables us to deal with undefined BitVectors using the currently derived
ensureSpine
.To satisfy
ensureSpine (errorX "Undefined BitVector") == deepErrorX "Undefined BitVector"