X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FapplyTransformation.mli;h=95712f78eb269b6ed85aa4fe308c0745d8901b1d;hb=13114a0147a28f8c7359c9c19ee254716eb5f55a;hp=8e2d51b5b6713e06ad4b9f1b04cfefb11552409e;hpb=863eeec8251791046ea6ea487286eb1434520725;p=helm.git diff --git a/helm/software/matita/applyTransformation.mli b/helm/software/matita/applyTransformation.mli index 8e2d51b5b..95712f78e 100644 --- a/helm/software/matita/applyTransformation.mli +++ b/helm/software/matita/applyTransformation.mli @@ -56,7 +56,36 @@ 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 -> output_type:[`Pattern | `Term] -> int -> + Cic.metasenv -> Cic.conjecture -> string +(* columns, rendering style, flavour, name prefix, object *) +val txt_of_cic_object: + map_unicode_to_tex:bool -> + ?skip_thm_and_qed:bool -> ?skip_initial_lambdas:int -> + int -> GrafiteAst.presentation_style -> ?flavour:Cic.object_flavour -> + string -> Cic.obj -> + string + +(* presentation_style, flavour, name prefix, uri or baseuri *) +val txt_of_inline_macro: + map_unicode_to_tex:bool -> GrafiteAst.presentation_style -> + ?flavour:Cic.object_flavour -> string -> string -> + string + +val txt_of_macro: + map_unicode_to_tex:bool -> + Cic.metasenv -> + Cic.context -> + (Cic.term, Cic.lazy_term) GrafiteAst.macro -> string + +(* columns, rendering depth, context, term *) +val procedural_txt_of_cic_term: + map_unicode_to_tex:bool -> int -> ?depth:int -> + Cic.context -> Cic.term -> + string