X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fgrafite%2FgrafiteAstPp.mli;h=30972df7f1646ff5d5ea475b8549186cfce56c90;hb=894d518aa760c9f816ddb0dc2b3fa88e1fe20a94;hp=6594d2137ff70963139a9fd00c8bd5868aab046f;hpb=729e08f5fb86b3ffee460fda4577b024ab5888aa;p=helm.git diff --git a/matita/components/grafite/grafiteAstPp.mli b/matita/components/grafite/grafiteAstPp.mli index 6594d2137..30972df7f 100644 --- a/matita/components/grafite/grafiteAstPp.mli +++ b/matita/components/grafite/grafiteAstPp.mli @@ -23,53 +23,13 @@ * 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 + #NCic.status -> map_unicode_to_tex:bool -> 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 + #NCic.status -> map_unicode_to_tex:bool -> 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_punctuation_tactical: GrafiteAst.punctuation_tactical -> string +val pp_alias: GrafiteAst.alias_spec -> string +val pp_statement: + #NCic.status -> GrafiteAst.statement -> map_unicode_to_tex:bool -> string