exercism / sml

Exercism exercises in Standard ML.
https://exercism.org/tracks/sml
MIT License
27 stars 35 forks source link

Replace {exercise} stub in READMEs across exercises #111

Closed sshine closed 4 years ago

sshine commented 5 years ago

Currently, all README.md files have something like:

## Loading your exercise implementation in PolyML

```
$ poly --use {exercise}.sml
```

Or:

```
$ poly
> use "{exercise}.sml";
```

**Note:** You have to replace {exercise}.

Replace {exercise} with the actual exercise name and remove the Note for all exercises.

sshine commented 4 years ago

This was fixed in #115, but later addressed as an issue and reverted in #117.

Closing this issue as the recommendation no longer applies.