package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Js_of_ocaml_compiler.TargetintSource

Sourcetype t
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval is_zero : t -> bool
Sourceval to_string : t -> string
Sourceval to_int_exn : t -> int
Sourceval to_float : t -> float
Sourceval to_int32 : t -> int32
Sourceval of_string_exn : string -> t
Sourceval of_int_exn : int -> t
Sourceval of_int32_exn : int32 -> t
Sourceval of_int32_truncate : int32 -> t
Sourceval of_int32_warning_on_overflow : int32 -> t
Sourceval of_nativeint_warning_on_overflow : nativeint -> t
Sourceval of_int_warning_on_overflow : int -> t
Sourceval of_float_opt : float -> t option
Sourceval succ : t -> t
Sourceval add : t -> t -> t
Sourceval sub : t -> t -> t
Sourceval mul : t -> t -> t
Sourceval div : t -> t -> t
Sourceval rem : t -> t -> t
Sourceval logand : t -> t -> t
Sourceval logor : t -> t -> t
Sourceval logxor : t -> t -> t
Sourceval shift_left : t -> int -> t
Sourceval shift_right : t -> int -> t
Sourceval shift_right_logical : t -> int -> t
Sourceval neg : t -> t
Sourceval abs : t -> t
Sourceval min_int : unit -> t
Sourceval max_int : unit -> t
Sourceval zero : t
Sourceval one : t
Sourceval num_bits : unit -> int
Sourceval set_num_bits : int -> unit
Sourceval (>=) : t -> t -> bool
Sourceval (<=) : t -> t -> bool
Sourceval (<) : t -> t -> bool
Sourceval (>) : t -> t -> bool
Sourceval (=) : t -> t -> bool
Sourceval (<>) : t -> t -> bool
Sourceval unsigned_lt : t -> t -> bool
OCaml

Innovation. Community. Security.