-
Notifications
You must be signed in to change notification settings - Fork 323
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
Prefix autoscoped constructors with .. #9275
Comments
More info on the technical issue with the current design here: https://github.com/orgs/enso-org/discussions/8646#discussioncomment-8677685
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-05): Progress: - Reported
Next Day: Integrate .. autoscoped constructors
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-06): Progress: - merged #9285
Next Day:
|
As of #9190 the autoscoped constructors are prefixed by
~
. That's unfortunate as it is using the same symbol in expression space as well as type space. Should Enso allow treating of types as expressions, it will not be possible to differentiate whether one wants to express suspended argument or autoscope a constructor.Detailed description by Wojciech is also available. As such a decision was made to replace
~
by..
.The text was updated successfully, but these errors were encountered: