X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2FapplyTransformation.mli;h=2718d6401d37edafdf55dfdc5a057b1bfb3cd8c3;hb=37bbd741fbba797bc7c64318f13edce28131cd91;hp=8e2d51b5b6713e06ad4b9f1b04cfefb11552409e;hpb=890221127070350c2e33aa4685398b03258aa847;p=helm.git diff --git a/matita/applyTransformation.mli b/matita/applyTransformation.mli index 8e2d51b5b..2718d6401 100644 --- a/matita/applyTransformation.mli +++ b/matita/applyTransformation.mli @@ -56,7 +56,21 @@ val mml_of_cic_object: (Cic.id, Cic2acic.anntypes) Hashtbl.t)) (* ids_to_inner_types *) val txt_of_cic_term: - 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 val txt_of_cic_sequent_conclusion: - int -> Cic.metasenv -> Cic.conjecture -> string + ?map_unicode_to_tex:bool -> int -> Cic.metasenv -> Cic.conjecture -> + string +(* columns, rendering style, name prefix, object *) +val txt_of_cic_object: + ?map_unicode_to_tex:bool -> int -> GrafiteAst.presentation_style -> string -> + Cic.obj -> + string + +(* presentation_style, uri or baseuri, name prefix *) +val txt_of_inline_macro: + GrafiteAst.presentation_style -> string -> string -> string