Module ReportCSV


module ReportCSV: sig .. end
This module defines the output to CSV.

val make : string -> ReportGeneric.converter
Returns a converter for CSV output, the passed string being the separator.