-
Notifications
You must be signed in to change notification settings - Fork 152
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
Update dependency: deps/pyk_release #2041
Conversation
…everification/pyk
…everification/pyk
kevm-pyk/src/kevm_pyk/__main__.py
Outdated
raise ValueError( | ||
'Simplifying initial node led to #Bottom, are you sure your LHS is defined?' | ||
) | ||
if is_bottom(_new_target): | ||
if new_target.top(): |
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.
.bottom()
?
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.
Yep, that's the new signature of the CTerm
and should be slightly more clever to be able to handle #Bottom #And #Bottom
recursively
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.
Okay, I see what you mean now @PetarMax :D Thanks
Can someone please let me know when this is merged? My maude backend work is blocked on this. |
Blocked on: runtimeverification/pyk#625