]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAstPp.mli
map_unicode_to_tex is no longer optional and it always refers to the current
[helm.git] / helm / software / components / grafite / grafiteAstPp.mli
index 7478883aa7fc11df76a0250c0d332e7838693873..647d38bbe22a35cb93f1f60ac8f134876e7c4186 100644 (file)
@@ -24,6 +24,7 @@
  *)
 
 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)
@@ -31,6 +32,7 @@ val pp_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 ->
@@ -47,6 +49,7 @@ val pp_command:
    ('term,'obj) GrafiteAst.command -> string
 val pp_macro: term_pp:('term -> string) -> 'term GrafiteAst.macro -> string
 val pp_comment:
+  map_unicode_to_tex:bool ->
   term_pp:('term -> string) ->
   lazy_term_pp:('lazy_term -> string) ->
   obj_pp:('obj -> string) ->
@@ -55,6 +58,7 @@ val pp_comment:
     string
 
 val pp_executable:
+  map_unicode_to_tex:bool ->
   term_pp:('term -> string) ->
   lazy_term_pp:('lazy_term -> string) ->
   obj_pp:('obj -> string) ->
@@ -68,12 +72,13 @@ val pp_statement:
   obj_pp:('obj -> string) ->
   ('term, 'lazy_term, 'term GrafiteAst.reduction, 'obj, string)
   GrafiteAst.statement ->
+  map_unicode_to_tex:bool ->
     string
 
-val pp_tactical:
+val pp_punctuation_tactical:
   term_pp:('term -> string) ->
   lazy_term_pp:('lazy_term -> string) ->
   ('term, 'lazy_term, 'term GrafiteAst.reduction, string)
-  GrafiteAst.tactical ->
+  GrafiteAst.punctuation_tactical ->
     string