module Rep_gen_code:Generation of OCaml code to print a report, from a report description.sig..end
val p : Format.formatter -> string -> unitval escape : string -> stringval generate_structure : Format.formatter -> Rep_desc.report_ele -> unitval gen_code : string -> Rep_desc.report -> unit