]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAstPp.mli
new command eval added
[helm.git] / helm / software / components / grafite / grafiteAstPp.mli
index 647d38bbe22a35cb93f1f60ac8f134876e7c4186..8f6904545d70e7c709f2a52d4be2ce68036efccc 100644 (file)
@@ -47,7 +47,10 @@ val pp_command:
  term_pp:('term -> string) ->
   obj_pp:('obj -> string) ->
    ('term,'obj) GrafiteAst.command -> string
-val pp_macro: term_pp:('term -> string) -> 'term GrafiteAst.macro -> string
+val pp_macro: 
+  term_pp:('term -> string) -> 
+  lazy_term_pp:('lazy_term -> string) ->
+    ('term,'lazy_term) GrafiteAst.macro -> string
 val pp_comment:
   map_unicode_to_tex:bool ->
   term_pp:('term -> string) ->