tracks/sml/docs/EXERCISE_README_INSERT.md in trackler-2.2.1.10 vs tracks/sml/docs/EXERCISE_README_INSERT.md in trackler-2.2.1.11

- old
+ new

@@ -1,12 +1,28 @@ -## Running the tests +## Loading your exercise implementation in PolyML -Even though there are multiple implementations, we encourage to use Poly/ML. +``` +$ poly --use {exercise}.sml +``` +Or: + ``` -$ poly -q < test_{ exercise }.sml +$ poly +> use "{exercise}.sml"; ``` -If you want to start an interactive session: +**Note:** You have to replace {exercise}. + +## Running the tests + ``` -$ poly --use test_{ exercise }.sml +$ poly -q --use test.sml ``` + +## Feedback, Issues, Pull Requests + +The [exercism/sml](https://github.com/exercism/sml) repository on +GitHub is the home for all of the Standard ML exercises. + +If you have feedback about an exercise, or want to help implementing a new +one, head over there and create an issue. We'll do our best to help you!