FFI.Instruction
type t = private {
opname : string;
opcode : int;
arg : int;
argval : Constant.t;
offset : int;
starts_line : int option;
is_jump_target : bool;
}
val pp : Ppx_show_runtime.Format.formatter -> t -> unit
val show : t -> string
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare