Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を開くと がモジュールval big_endian : boolから削除されていることに気付きました。SysCore.Std
val big_endian : bool
Sys
Core.Std
同様の値はどこで見つけることができますか?
標準ライブラリを含むSysモジュールを使用して、vanilla OCaml モジュールにアクセスできます。Caml
Caml
let big_endian = Caml.Sys.big_endian
とにかく、なぜ彼らが同様のものを提供しなかったのか、それは本当に興味深い.