exercism / sml

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

Added exercise `reverse-string` #208

Closed rainij closed 2 years ago

rainij commented 2 years ago

Added a new practice exercise reverse-string from problem-specifications.

rainij commented 2 years ago

I essentially followed this procedure: https://exercism.org/docs/building/configlet/sync. I wonder about the file .docs/instructions.append.md which is present in a few exercises. It seems to contain track-specific text. I think I could use it here too. To express that one should not use List.reverse to solve the exercise (or something like that). At the moment I did not include it since I did not find any documentation on it. Can somebody point me in the right direction?

ErikSchierboom commented 2 years ago

At the moment I did not include it since I did not find any documentation on it. Can somebody point me in the right direction?

It's in the practice exercise docs: https://exercism.org/docs/building/tracks/practice-exercises#h-file-docs-instructions-append-md

rainij commented 2 years ago

After thinking a little bit about it I figured that .docs/instructions.append.md is not really necessary.