exercism / ocaml

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

Fix instances where the depreciated Core.Caml is used. #500

Closed georgyo closed 2 months ago

georgyo commented 10 months ago

Core.Caml is depreciated in favor of Core.Stdlib. In the cases here I just made it use the Core equivalent functions instead of the ones from the Ocaml stdlib.

This fixes a bunch of compiler warns with new core and does not break users who may still have the older version.

BNAndras commented 2 months ago

@ErikSchierboom, can we get a review? :)