FFI.Instructiontype 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 -> unitval show : t -> stringinclude Ppx_compare_lib.Comparable.S with type t := tval compare : t Base__Ppx_compare_lib.compare