sig
  type t = {
    sexps : string list;
    bin_io_header : string;
    bin_io_elements : string list;
  }
end