module ReportText: sig .. end
sig
end
This module defines the output to bare text.
val make : bool -> ReportGeneric.converter
bool -> ReportGeneric.converter
Returns a converter for bare text output, the passed boolean indicates whether only summary should be output.