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

Ownership for Phi types #1268

Open
andrew-johnson-4 opened this issue Feb 16, 2025 · 0 comments
Open

Ownership for Phi types #1268

andrew-johnson-4 opened this issue Feb 16, 2025 · 0 comments

Comments

@andrew-johnson-4
Copy link
Owner

andrew-johnson-4 commented Feb 16, 2025

Linear types overlap significantly with Phi types. The only addition to merge these two concepts would be move semantics.

TODO

  • create a special context in Context to track Phi assignments
  • overwrite / shadow old assignments on move
  • establish allowable move semantics for different Phi type configurations
  • voila Phi types can now track ownership
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

No branches or pull requests

1 participant