Sourcetype ast_stat = {total_node_count : int;untranslated_node_count : int;
} Sourcetype t = {filename : Common.filename;total_line_count : int;mutable error_line_count : int;mutable have_timeout : bool;mutable problematic_lines : (string list * int) list;ast_stat : ast_stat option;
} Sourceval summary_of_stat : t -> string Sourceval print_parsing_stat_list : ?verbose:bool -> t list -> unit Sourceval print_recurring_problematic_tokens : t list -> unit Sourceval aggregate_stats : t list -> int * int