X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fmatita%2FapplyTransformation.mli;h=9307f1e18ef2aef63c9efe87537c722393a59e42;hb=e615e0be01363fb511e06fe1752f2869518e83d7;hp=63c3beedf4a22225aea0f2680464b785901eabb1;hpb=a180bddcd4a8f35de3d7292162ba05d0077723aa;p=helm.git diff --git a/helm/software/matita/applyTransformation.mli b/helm/software/matita/applyTransformation.mli index 63c3beedf..9307f1e18 100644 --- a/helm/software/matita/applyTransformation.mli +++ b/helm/software/matita/applyTransformation.mli @@ -68,11 +68,13 @@ val txt_of_cic_sequent_conclusion: (* 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 -> + ?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