Module Js_of_ocaml_compiler.Targetint
val equal :
Js_of_ocaml_compiler.Targetint.t ->
Js_of_ocaml_compiler.Targetint.t ->
boolval compare :
Js_of_ocaml_compiler.Targetint.t ->
Js_of_ocaml_compiler.Targetint.t ->
intval is_zero : Js_of_ocaml_compiler.Targetint.t -> boolval to_string : Js_of_ocaml_compiler.Targetint.t -> stringval to_int_exn : Js_of_ocaml_compiler.Targetint.t -> intval to_float : Js_of_ocaml_compiler.Targetint.t -> floatval to_int32 : Js_of_ocaml_compiler.Targetint.t -> int32val of_string_exn : string -> Js_of_ocaml_compiler.Targetint.tval of_int_exn : int -> Js_of_ocaml_compiler.Targetint.tval of_int32_exn : int32 -> Js_of_ocaml_compiler.Targetint.tval of_int32_truncate : int32 -> Js_of_ocaml_compiler.Targetint.tval of_int32_warning_on_overflow : int32 -> Js_of_ocaml_compiler.Targetint.tval of_nativeint_warning_on_overflow :
nativeint ->
Js_of_ocaml_compiler.Targetint.tval of_int_warning_on_overflow : int -> Js_of_ocaml_compiler.Targetint.tval of_float_opt : float -> Js_of_ocaml_compiler.Targetint.t optionval shift_left :
Js_of_ocaml_compiler.Targetint.t ->
int ->
Js_of_ocaml_compiler.Targetint.tval shift_right :
Js_of_ocaml_compiler.Targetint.t ->
int ->
Js_of_ocaml_compiler.Targetint.tval shift_right_logical :
Js_of_ocaml_compiler.Targetint.t ->
int ->
Js_of_ocaml_compiler.Targetint.tval min_int : unit -> Js_of_ocaml_compiler.Targetint.tval max_int : unit -> Js_of_ocaml_compiler.Targetint.tval zero : Js_of_ocaml_compiler.Targetint.tval one : Js_of_ocaml_compiler.Targetint.tval (>=) :
Js_of_ocaml_compiler.Targetint.t ->
Js_of_ocaml_compiler.Targetint.t ->
boolval (<=) :
Js_of_ocaml_compiler.Targetint.t ->
Js_of_ocaml_compiler.Targetint.t ->
boolval (<) :
Js_of_ocaml_compiler.Targetint.t ->
Js_of_ocaml_compiler.Targetint.t ->
boolval (>) :
Js_of_ocaml_compiler.Targetint.t ->
Js_of_ocaml_compiler.Targetint.t ->
boolval (=) :
Js_of_ocaml_compiler.Targetint.t ->
Js_of_ocaml_compiler.Targetint.t ->
boolval (<>) :
Js_of_ocaml_compiler.Targetint.t ->
Js_of_ocaml_compiler.Targetint.t ->
boolval unsigned_lt :
Js_of_ocaml_compiler.Targetint.t ->
Js_of_ocaml_compiler.Targetint.t ->
bool