You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Exercism contains two types of exercises: concept exercises, and practice exercises.
49
48
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.
52
52
53
53
### Update an exercise test suite
54
54
Most unit tests are shared between language tracks. You may update a test suite with new unit tests.
0 commit comments