I just realized that val big_endian : bool is removed from the Sys module when opening Core.Std.
Where can I find a similar value?
I just realized that val big_endian : bool is removed from the Sys module when opening Core.Std.
Where can I find a similar value?
You can get access to vanilla OCaml
Sysmodule usingCamlmodule that includes the standard library:Anyway, it is really interesting, why they do not provided anything similar.