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

Parameterize Expr and Reft by the variable type #708

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

facundominguez
Copy link
Collaborator

This PR makes it possible to change the type of variables after they have been resolved. The parameter is always instantiated to Symbol in liquid-fixpoint, but in liquidhaskell it could be instantiated to Name or to Var.

This is not the only way to go about name resolution in LH, but it is convenient to stick to a single representation of refinement types for the time being.

@facundominguez facundominguez force-pushed the fd/parameterize-expr branch 4 times, most recently from 87f96c4 to 474642b Compare September 30, 2024 13:15
@facundominguez facundominguez marked this pull request as draft September 30, 2024 19:43
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.

1 participant