Skip to content
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

Typos and errors in control flow exercises #36

Open
gfinol opened this issue Jul 25, 2022 · 0 comments
Open

Typos and errors in control flow exercises #36

gfinol opened this issue Jul 25, 2022 · 0 comments

Comments

@gfinol
Copy link

gfinol commented Jul 25, 2022

I found a typo in control flow exercises and an error.

Typo:
image
Indentation is not correct.

Error:
The following code that is requiered to transform to pattern match:
image

Fails the following test required for the solution:
image

Note the === "A" that should be === "a".

Corrected in https://share.unison-lang.org/@gfinol/code/latest/namespaces/public/prs/controlFlowTypos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant