Module ReportGeneric


module ReportGeneric: sig .. end
This module defines a generic output mode parametrized by functions.

class type converter = object .. end
val output : (string -> unit) ->
string ->
converter ->
(string -> string) -> (string, int array) Hashtbl.t -> unit
output verbose file conv resolver data writes the element for data to file file using conv for data conversion, verbose for verbose output, and resolver associates the actual path to a given filename.