We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The unshadow algorithm in Code.Lambda added in this commit: dc5389b
could be used in TypedExpr and Declaration. Both of which give up and return None if they hit a condition where it is needed.
By making that change, we could make those functions always return, which could improve optimizations.
The text was updated successfully, but these errors were encountered:
actually Declaration.substitute is only used when we know we can't mask, so the more complex algorithm isn't needed there.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The unshadow algorithm in Code.Lambda added in this commit: dc5389b
could be used in TypedExpr and Declaration. Both of which give up and return None if they hit a condition where it is needed.
By making that change, we could make those functions always return, which could improve optimizations.
The text was updated successfully, but these errors were encountered: