Module Rep_gen_code (.ml)


module Rep_gen_code: sig .. end
Generation of OCaml code to print a report, from a report description.

val p : Format.formatter -> string -> unit
val escape : string -> string
val generate_structure : Format.formatter -> Rep_desc.report_ele -> unit
Generate the code of the report structure from report description.
val gen_code : string -> Rep_desc.report -> unit
Generate the OCaml file with the code to generate the report whose description is given.