Module Types.Asm

type t = {
  1. text : string list;
  2. asmfields : AsmField.t StringMap.t;
}
val to_yojson : t -> Yojson.Safe.t