jon.recoil.org

Module Directive.Constant_with_width

type t

A constant together with a width indicating the number of bytes in the object file within which the constant is to fit. Some validation is performed on values of type t to try to ensure that this is the case, but it cannot be exhaustive, as the values of This and Named_thing constructions are not known.

type width_in_bytes = private
  1. | Eight
  2. | Sixteen
  3. | Thirty_two
  4. | Sixty_four