module Report_text:sig..end
val make : bool -> Report_generic.converterReturns a converter for bare text output, the passed boolean indicates whether only summary should be output.
val output : per_file:bool -> (string, int array) Stdlib.Hashtbl.t -> unitWrites a text summary report to STDOUT.