unisonweb / unisonweb/website

Typos and errors in control flow exercises

Open
#36 0 comments 0 reactions 0 assignees View on GitHub

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:
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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.