exercism / sml

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

Sync collatz-conjecture exercise #247

Closed keiravillekode closed 6 months ago

keiravillekode commented 6 months ago

Unlike many tracks, the Standard ML implementation for the collatz-conjecture exercise does not use the error strings - it uses NONE instead.

The error text in problem-specifications recently changed. As the test.sml for this exercise does not contain error text, no test.sml changes are needed at this time.

keiravillekode commented 6 months ago

PR description updated.