exercism / ocaml

Exercism exercises in OCaml.
https://exercism.org/tracks/ocaml
MIT License
94 stars 50 forks source link

Mark accumulate as deprecated? #489

Closed BNAndras closed 1 year ago

BNAndras commented 1 year ago

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

BNAndras commented 1 year ago

Wrong track :(