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

Don't visit inside types by default #429

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

Nadrieril
Copy link
Member

@Nadrieril Nadrieril commented Oct 18, 2024

This PR makes it so the Drive/DriveMut impls for Ty don't look into it. I added some helpers to recover the normal behavior that visits everything. This should save a lot of unnecessary visits in most passes.

Fixes #427.

@Nadrieril Nadrieril merged commit ba07bab into AeneasVerif:main Oct 18, 2024
6 checks passed
@Nadrieril Nadrieril deleted the visit-ty-separately branch October 18, 2024 14:28
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.

Split visitors between body and type
1 participant