(CicNotationPres.mpres_of_box bobj)
)
| G.Procedural depth ->
+(*
+ PO.critical := false;
+ Acic2Procedural.tex_formatter := Some Format.std_formatter;
+ let _ = ProceduralTeX.tex_of_obj Format.std_formatter obj in
+*)
let obj, info = PO.optimize_obj obj in
+(*
+ let _ = ProceduralTeX.tex_of_obj Format.std_formatter obj in
+*)
let aobj, ids_to_inner_sorts, ids_to_inner_types = get_aobj obj in
let term_pp = term2pres ~map_unicode_to_tex (n - 8) ids_to_inner_sorts in
let lazy_term_pp = term_pp in
let discharge_name s = s ^ "_discharged"
let txt_of_inline_uri ~map_unicode_to_tex style ?flavour prefix suri =
+(*
+ Ds.debug := true;
+*)
let print_exc = function
| ProofEngineHelpers.Bad_pattern s as e ->
Printexc.to_string e ^ " " ^ Lazy.force s