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
Now, I have to write this (in a phi expression, after #3571):
x ↦ Φ.foo ( α0 ↦ "hello, world...", α1 ↦ 4, α2 ↦ 1 )
How about this instead:
x ↦ Φ.foo ("hello, world...", 4, 1)
Alpha attributes are obvious in this case and can easily be inferred from the expression, when we translate it to XMIR.
The text was updated successfully, but these errors were encountered:
@maxonfjvipon WDYT?
Sorry, something went wrong.
No branches or pull requests
Now, I have to write this (in a phi expression, after #3571):
How about this instead:
Alpha attributes are obvious in this case and can easily be inferred from the expression, when we translate it to XMIR.
The text was updated successfully, but these errors were encountered: