12345678910111213141516171819open!ImportmoduleSys=Sys0typet=W32|W64[@@deriving_inlinesexp_of]letsexp_of_t:t->Ppx_sexp_conv_lib.Sexp.t=function|W32->Ppx_sexp_conv_lib.Sexp.Atom"W32"|W64->Ppx_sexp_conv_lib.Sexp.Atom"W64"[@@@end]letnum_bits=functionW32->32|W64->64letword_size=matchSys.word_size_in_bitswith|32->W32|64->W64|_->failwith"unknown word size";;