Skip to content

Commit

Permalink
Convert example to exemplar
Browse files Browse the repository at this point in the history
* Rename example files to exemplar

See exercism/docs#23

* [Docs] Correct .meta/example references to .meta/exemplar

* [Docs] Use exemplar instead of example

* [Docs] Update example name in file listings

* [Julia] Convert to exemplar.jl

* [elm] Rename .meta/Cook.elm to .meta/Examplar.elm

* [elm] Rename .meta/Examplar.elm .meta/Exemplar.elm

Co-authored-by: Matthieu Pizenberg <[email protected]>
  • Loading branch information
2 people authored and iHiD committed Feb 5, 2021
1 parent 7a5cbaf commit 20e5fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/implementing-a-concept-exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ languages
│ └── <NAME>.hs
├── test
│ └── Tests.hs
├── examples
├── exemplars
│ ├── success-... (default: standard)
│ │ ├── package.yaml
│ │ └── src
Expand All @@ -67,7 +67,7 @@ These are files specific to the Haskell track:
- `stack.yaml`: The Stack configuration file.
- `src/<NAME>.hs`: The stub file being handed to the student.
- `test/Tests.hs`: The test suite being handed to the student.
- `examples/success-...`: A directory containing an example solution.
- `exemplars/success-...`: A directory containing an exemplar solution.
- `package.yaml`: That example solution's Stack project file.
- `src/<NAME>.hs>`: That example solution's source code.

Expand Down

0 comments on commit 20e5fd2

Please sign in to comment.