module Rep_io:Storing and loading report files.sig..end
val store_report : string -> Rep_desc.report -> unitstore_report f r store the given report r to the given file f.val load_report : string -> Rep_desc.reportload_report f reads a report from the given file f.