module ReportGeneric:sig
..end
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. resolver
associates the actual path to a given filename.