FFI.Instructiontype t = private {opname : string;opcode : int;arg : int;argrepr : string;argval : Constant.t;offset : int;starts_line : int option;is_jump_target : bool;}include Ppx_compare_lib.Comparable.S with type t := tval compare : t Base__Ppx_compare_lib.compareval pp : Stdlib.Format.formatter -> t -> unit