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.
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.