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

teika: uses expand head for split forall #218

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Conversation

EduardoRFS
Copy link
Contributor

Goals

Faster and more solid code.

Context

The current implementation of split forall relies on a partial copy of expand head, this is done because currently expand head is not parametrized over the substitutions.

Here instead I extend Substs with a capture function that allows split forall to be done with expand head and the substitutions captured. This approach will likely be used also on Check in the future.

Related

@EduardoRFS EduardoRFS self-assigned this Jul 2, 2024
@EduardoRFS EduardoRFS merged commit 1a7b3a8 into main Jul 2, 2024
@EduardoRFS EduardoRFS deleted the better-split-forall branch July 2, 2024 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant