Module Types.InstEnc

type t = {
  1. encname : string;
  2. instrclass : string;
  3. encfields : EncField.t StringMap.t;
  4. asm : Asm.t;
  5. assocs : Assoc.t list;
}
val to_yojson : t -> Yojson.Safe.t