Skip to content

Commit 1cbf639

Browse files
sshineiHiD
authored andcommitted
README "Port or create an exercise": Mention concept exercises
This commit mentions that there are now two types of exercises. This section contains two broken links: - The "Unimplemented exercises" tool that we link to has been repurposed into testing whether a track is in compliance with Exercism v3. That means we no longer have an online cross-reference tool to get a list of unimplemented exercises. This link is replaced by a statement to manually cross-reference. This is not ideal, but it is possible. - "documentation on porting an exercise" now gives a 404. This link is just removed.
1 parent 6f76414 commit 1cbf639

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ If you have a dedicated opinion you are welcome to [write a comment](https://hel
4343
Please be detailed and include reasons, links or arguments to support your opinion.
4444

4545
### Port or create an exercise
46-
Exercism contains exercises that are not ported to Haskell:
4746

48-
- [Unimplemented exercises](https://tracks.exercism.io/haskell/master/unimplemented)
47+
Exercism contains two types of exercises: concept exercises, and practice exercises.
4948

50-
You may implement any of these exercises for the Haskell track. Feel free to refer to the [documentation on porting an exercise](https://github.com/exercism/docs/blob/master/you-can-help/implement-an-exercise-from-specification.md).
51-
Of course you can also add a totally new exercise, but it might be a good idea to [first discuss the idea](https://github.com/exercism/haskell/issues/new).
49+
Haskell does not currently have any concept exercises. You can read about [concept exercises][reference/implementing-a-concept-exercise.md] and take part in creating Haskell's first ones.
50+
51+
You can get a full list of [common Exercism practice exercises](https://github.com/exercism/problem-specifications/tree/main/exercises) and cross-reference it with [Haskell practice exercises](https://github.com/exercism/haskell/tree/main/exercises/practice) and implement any of the missing ones for the Haskell track.
5252

5353
### Update an exercise test suite
5454
Most unit tests are shared between language tracks. You may update a test suite with new unit tests.

0 commit comments

Comments
 (0)