add Sys.word_size
All checks were successful
build / build (push) Successful in 1m9s

This commit is contained in:
zapashcanon 2025-05-18 14:11:32 +02:00
parent cce54e8263
commit c071e29ed4
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1

View File

@ -373,6 +373,8 @@ module Sys = struct
(* Other stuff *)
let opaque_identity = Sys.opaque_identity
let word_size = Sys.word_size
end
(* Hide dangerous polymorphic operations. *)