jon.recoil.org

Module Target_system.Machine_width

type t =
  1. | Thirty_two
  2. | Thirty_two_no_gc_tag_bit
  3. | Sixty_four
val is_32_bit : Target_system.Machine_width.t -> bool
val is_64_bit : Target_system.Machine_width.t -> bool
val size_in_bytes : Target_system.Machine_width.t -> int