Skip to content
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

Log when proof goals arise before or after calling step(). Refs #52. #61

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

RyanGlScott
Copy link
Collaborator

In particular, proof goals that arise when checking the state relation can arise pre- or post-step(), so we make a note of this when logging the proof goals and report it to the user.

Fixes #52.

In particular, proof goals that arise when checking the state relation can
arise pre- or post-`step()`, so we make a note of this when logging the proof
goals and report it to the user.
@RyanGlScott RyanGlScott merged commit fa57993 into master Jul 19, 2024
3 checks passed
@RyanGlScott RyanGlScott deleted the T52-pre-or-post-state branch July 19, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Make it clearer which equality-related proof goals happen before and after calling step()
1 participant