12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152(* This file is free software, part of containers. See file "license" for more details. *)openCCShims_includeInt32letequal(x:t)y=Stdlib.(=)xymoduleInfix=structlet(+)=addlet(-)=sublet(~-)=neglet(*)=mullet(/)=divlet(mod)=remlet(land)=logandlet(lor)=logorlet(lxor)=logxorletlnot=lognotlet(lsl)=shift_leftlet(lsr)=shift_right_logicallet(asr)=shift_rightlet(=)=equallet(<>)=Stdlib.(<>)let(<)=Stdlib.(<)let(<=)=Stdlib.(<=)let(>)=Stdlib.(>)let(>=)=Stdlib.(>=)endincludeInfixlethashx=Stdlib.abs(to_intx)(** {2 Conversion} *)letof_string_exn=of_stringletof_stringx=trySome(of_string_exnx)withFailure_->Noneletof_string_opt=of_string