exercism / sml

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

Mark accumulate as deprecated #238

Closed BNAndras closed 8 months ago

BNAndras commented 9 months ago

Accumulate is deprecated in the problem-specifications repo, and instead list-ops should be implemented. Since list-ops is already implemented, we just need to deprecate accumulate in the track config.