Typos and errors in control flow exercises
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 13
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
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".
Corrected in https://share.unison-lang.org/@gfinol/code/latest/namespaces/public/prs/controlFlowTypos
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the control flow exercise corrections at the linked Unison share URL, then locate the corresponding exercise content in this repository. The work is done when the indentation typo is corrected and the pattern-match example uses lowercase "a" so the shown test passes.
Written by the indexing model from the issue text.
Assessment
- Domain
- content, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100