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