X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2FapplyTransformation.mli;h=788ef6810979f88531e7269cf0c64ad744627b85;hb=f2e7cb9757a151382ed3a70d1a610e8f729a6597;hp=63c3beedf4a22225aea0f2680464b785901eabb1;hpb=8e24e39aed25a2c31fb7073308ee3f0b80c206e6;p=helm.git diff --git a/matita/applyTransformation.mli b/matita/applyTransformation.mli index 63c3beedf..788ef6810 100644 --- a/matita/applyTransformation.mli +++ b/matita/applyTransformation.mli @@ -56,23 +56,24 @@ val mml_of_cic_object: (Cic.id, Cic2acic.anntypes) Hashtbl.t)) (* ids_to_inner_types *) val txt_of_cic_term: - ?map_unicode_to_tex:bool -> int -> Cic.metasenv -> Cic.context -> Cic.term -> - string + map_unicode_to_tex:bool -> int -> Cic.metasenv -> Cic.context -> Cic.term -> + 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: - ?map_unicode_to_tex:bool -> - ?skip_thm_and_qed:bool -> ?skip_initial_lambdas:bool -> + map_unicode_to_tex:bool -> + ?skip_thm_and_qed:bool -> + ?skip_initial_lambdas:int -> int -> GrafiteAst.presentation_style -> string -> Cic.obj -> string (* presentation_style, uri or baseuri, name prefix *) val txt_of_inline_macro: + map_unicode_to_tex:bool -> GrafiteAst.presentation_style -> string -> string -> string