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
@
This, in my opinion, is a legit program:
[@] > foo [] > hello QQ.io.stdout > @ "Hello, world!" foo 42 > x x.plus 5 x.hello
It is similar to this:
[x] > foo x > @ [] > hello QQ.io.stdout > @ "Hello, world!"
However, the first snippet should also be syntactically valid. Currently, it's not.
The text was updated successfully, but these errors were encountered:
bug(objectionary#3768): phi can be void
ef4c37c
Merge pull request #3769 from maxonfjvipon/bug/#3768/phi-as-void
66f8826
bug(#3768): phi can be void
maxonfjvipon
Successfully merging a pull request may close this issue.
This, in my opinion, is a legit program:
It is similar to this:
However, the first snippet should also be syntactically valid. Currently, it's not.
The text was updated successfully, but these errors were encountered: