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

Merge Predicates into GenericParams #264

Merged
merged 3 commits into from
Jun 21, 2024

Conversation

Nadrieril
Copy link
Member

@Nadrieril Nadrieril commented Jun 21, 2024

This PR merges two structs together. This reduces code duplication, as these two always came together in the AST. This is correct to do because predicates can appear exactly in the same places that clauses can, so it makes sense to group them together. This is part of my attempts to clarify how we deal with generics in preparation of #127 and #67 among others.

I will now prepare the changes to aeneas and eurydice.

@Nadrieril
Copy link
Member Author

The aeneas and eurydice PRs are ready

@Nadrieril Nadrieril marked this pull request as ready for review June 21, 2024 07:58
@Nadrieril Nadrieril merged commit cf8e3c3 into AeneasVerif:main Jun 21, 2024
4 of 6 checks passed
@Nadrieril Nadrieril deleted the merge-preds-into-params branch June 21, 2024 13:40
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.

None yet

2 participants