X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2FapplyTransformation.mli;h=788ef6810979f88531e7269cf0c64ad744627b85;hb=d21fbbba5e3830d3f184f94834c63c4fb2746851;hp=7156d986706b90262b0480951a43b328a85ecb1c;hpb=6f2cc0ef8219ac6fd5b09a1f1fdc0bb5a2cc48cd;p=helm.git diff --git a/matita/applyTransformation.mli b/matita/applyTransformation.mli index 7156d9867..788ef6810 100644 --- a/matita/applyTransformation.mli +++ b/matita/applyTransformation.mli @@ -57,13 +57,12 @@ val mml_of_cic_object: val txt_of_cic_term: map_unicode_to_tex:bool -> int -> Cic.metasenv -> Cic.context -> Cic.term -> - string + string val txt_of_cic_sequent: - map_unicode_to_tex:bool -> int -> Cic.metasenv -> Cic.conjecture -> - string + map_unicode_to_tex:bool -> int -> Cic.metasenv -> Cic.conjecture -> string val txt_of_cic_sequent_conclusion: - map_unicode_to_tex:bool -> int -> Cic.metasenv -> Cic.conjecture -> - string + map_unicode_to_tex:bool -> output_type:[`Pattern | `Term] -> int -> + Cic.metasenv -> Cic.conjecture -> string (* columns, rendering style, name prefix, object *) val txt_of_cic_object: