module ReportCSV: sig .. end
sig
end
This module defines the output to CSV.
val make : string -> ReportGeneric.converter
string -> ReportGeneric.converter
Returns a converter for CSV output, the passed string being the separator.