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

Support lifting for refinements #41

Open
tlringer opened this issue Apr 3, 2019 · 1 comment
Open

Support lifting for refinements #41

tlringer opened this issue Apr 3, 2019 · 1 comment
Labels
enhancement New feature or request examples

Comments

@tlringer
Copy link
Collaborator

tlringer commented Apr 3, 2019

Lifting currently assumes that the new index is not A itself, and does not refer to A. That means that we can't handle refinement types like is_positive and is_even. There are some conceptual difficulties to handling this, but they are an interesting set of types worth handling. Essentially, the issue is that lifting needs to prevent itself from infinitely recursing once it lifts.

I believe this assumption was also accidentally omitted in the paper submission, so it should either be fixed before publication, or the paper should add the assumption to address it.

@tlringer tlringer added the enhancement New feature or request label Apr 3, 2019
@tlringer
Copy link
Collaborator Author

Does this work with the current termination workflow? Give it a shot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request examples
Projects
None yet
Development

No branches or pull requests

1 participant