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
From reading about do expressions, it seems that the code section under the text
With an appropiate transpiler you can take advantage of the upcoming do expression which is currently on stage-1
should be do { instead of do => { on line 5, but I'm not 100% sure. Can someone please clarify?
do {
do => {
The text was updated successfully, but these errors were encountered:
Can I work on your project
Sorry, something went wrong.
Sure. Happy to take contributions.
Successfully merging a pull request may close this issue.
From reading about do expressions, it seems that the code section under the text
should be
do {
instead ofdo => {
on line 5, but I'm not 100% sure. Can someone please clarify?The text was updated successfully, but these errors were encountered: