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
I found a typo in control flow exercises and an error.
Typo: Indentation is not correct.
Error: The following code that is requiered to transform to pattern match:
Fails the following test required for the solution:
Note the === "A" that should be === "a".
=== "A"
=== "a"
Corrected in https://share.unison-lang.org/@gfinol/code/latest/namespaces/public/prs/controlFlowTypos
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found a typo in control flow exercises and an error.
Typo:
![image](https://user-images.githubusercontent.com/11145254/180786690-b18fec39-3db6-42dc-8de9-572e46cff9a4.png)
Indentation is not correct.
Error:
![image](https://user-images.githubusercontent.com/11145254/180786846-f4cd545c-d892-460f-9aa9-05b1fb22c3a6.png)
The following code that is requiered to transform to pattern match:
Fails the following test required for the solution:
![image](https://user-images.githubusercontent.com/11145254/180787507-33acbefc-82e9-47fa-946f-d445164ffc0a.png)
Note the
=== "A"
that should be=== "a"
.Corrected in https://share.unison-lang.org/@gfinol/code/latest/namespaces/public/prs/controlFlowTypos
The text was updated successfully, but these errors were encountered: