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

Bind the standard library to a $std variable and use it in desugared expressions #1158

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eduardosm
Copy link

This keeps redefining std from breaking expressions that desugar to calls to standard library functions by redefining std.

This is similar to what the Go implementation does.

Fixes #1128.

…d expressions.

This keeps redefining `std` from breaking expressions that desugar to calls to standard library functions by redefining `std`.
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.

Behavior of std overriding and desugaring.
1 participant