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

refactor: inline callable reference expr into reference expr #41

Conversation

junlarsen
Copy link
Owner

Simplifies AST and we don't do this wonky substitution anymore.

Copy link
Owner Author

junlarsen commented Feb 7, 2025

Intrinsics and trait methods do not have a single qualified name, so
moving this into Local makes a lot more sense. This allows for better
invariants in the type checker.
@junlarsen junlarsen merged commit 0f5d593 into trunk Feb 7, 2025
1 check passed
@junlarsen junlarsen deleted the 02-07-refactor_inline_callable_reference_expr_into_reference_expr branch February 7, 2025 06:02
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