module Rep_gen: sig
.. end
Functions to build and compute a report.
val coerce : 'a -> 'b
Coerce report elements.
val must_close : bool -> string -> bool
This function takes a tag and returns true
if it must be closed.
val print : bool -> Format.formatter -> 'a Rep_types.report_ele -> unit
Compute and print a report element to a given formatter.
val print_fmt : ?html:bool -> Format.formatter -> 'a Rep_types.report -> unit
Print a report into the given formatter.
val print_file : ?html:bool -> string -> 'a Rep_types.report -> unit
Compute and print a report to a given file.