ocaml icon indicating copy to clipboard operation
ocaml copied to clipboard

Fix instances where the depreciated Core.Caml is used.

Open georgyo opened this issue 1 year ago • 0 comments

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.

georgyo avatar Jan 15 '24 12:01 georgyo