FFI.Instruction
type t = private {
opname : string;
opcode : int;
arg : int;
argval : Constant.t;
offset : int;
starts_line : int option;
is_jump_target : bool;
}
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare