X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fgrafite%2FgrafiteAstPp.mli;h=11c1782fa3f374857aeedef973a308e98af4119c;hb=560db5569f54fba5bded568699a33947f88df3ba;hp=6594d2137ff70963139a9fd00c8bd5868aab046f;hpb=729e08f5fb86b3ffee460fda4577b024ab5888aa;p=helm.git diff --git a/matita/components/grafite/grafiteAstPp.mli b/matita/components/grafite/grafiteAstPp.mli index 6594d2137..11c1782fa 100644 --- a/matita/components/grafite/grafiteAstPp.mli +++ b/matita/components/grafite/grafiteAstPp.mli @@ -23,53 +23,9 @@ * http://helm.cs.unibo.it/ *) -val pp_tactic: - map_unicode_to_tex:bool -> - term_pp:('term -> string) -> - lazy_term_pp:('lazy_term -> string) -> - ('term, 'lazy_term, 'term GrafiteAst.reduction, string) - GrafiteAst.tactic -> - string - -val pp_tactic_pattern: - map_unicode_to_tex:bool -> - term_pp:('term -> string) -> - lazy_term_pp:('lazy_term -> string) -> - ('term, 'lazy_term, string) GrafiteAst.pattern -> - string - -val pp_reduction_kind: - term_pp:('a -> string) -> - 'a GrafiteAst.reduction -> - string - val pp_command: GrafiteAst.command -> string -val pp_comment: - map_unicode_to_tex:bool -> - term_pp:('term -> string) -> - lazy_term_pp:('lazy_term -> string) -> - obj_pp:('obj -> string) -> - ('term, 'lazy_term, 'term GrafiteAst.reduction, 'obj, string) - GrafiteAst.comment -> - string - -val pp_executable: - map_unicode_to_tex:bool -> - term_pp:('term -> string) -> - lazy_term_pp:('lazy_term -> string) -> - obj_pp:('obj -> string) -> - ('term, 'lazy_term, 'term GrafiteAst.reduction, 'obj, string) - GrafiteAst.code -> - string - -val pp_statement: - term_pp:('term -> string) -> - lazy_term_pp:('lazy_term -> string) -> - obj_pp:('obj -> string) -> - ('term, 'lazy_term, 'term GrafiteAst.reduction, 'obj, string) - GrafiteAst.statement -> - map_unicode_to_tex:bool -> - string +val pp_comment: map_unicode_to_tex:bool -> GrafiteAst.comment -> string -val pp_punctuation_tactical: GrafiteAst.punctuation_tactical -> string +val pp_executable: map_unicode_to_tex:bool -> GrafiteAst.code -> string +val pp_statement: GrafiteAst.statement -> map_unicode_to_tex:bool -> string