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

Rename unify to matching, convert state types to records #277

Merged
merged 4 commits into from
Feb 12, 2024

Conversation

NatKarmios
Copy link
Contributor

@NatKarmios NatKarmios requested a review from giltho February 12, 2024 10:58
Copy link
Contributor

@giltho giltho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before merging I'd like to run bi-abduction and check that the results are those we had in the CSE paper, the rewriting you made is quite error-prone given state and af state are the same type, and that can cause spurious bugs e.g. when using record update syntax

GillianCore/engine/Abstraction/MP.mli Show resolved Hide resolved
@giltho giltho merged commit ada79ce into master Feb 12, 2024
9 checks passed
@giltho giltho deleted the matching-rename branch February 12, 2024 14:59
@NatKarmios
Copy link
Contributor Author

Before merging I'd like to run bi-abduction and check that the results are those we had in the CSE paper, the rewriting you made is quite error-prone given state and af state are the same type, and that can cause spurious bugs e.g. when using record update syntax

(we tested, and it's consistent with master)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename Unification to Matching Inline records for complicated types
2 participants