Module Tracing_parser.Warnings

type t = {
  1. mutable num_unparsed_records : int;
  2. mutable num_unparsed_args : int;
}
val sexp_of_t : t -> Sexplib0.Sexp.t