]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite/grafiteAstPp.mli
HUGE COMMIT:
[helm.git] / matita / components / grafite / grafiteAstPp.mli
index a695b20d27c374cb6adfc9d690b451421a222e0c..30972df7f1646ff5d5ea475b8549186cfce56c90 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-val pp_comment: map_unicode_to_tex:bool -> GrafiteAst.comment -> string
+val pp_comment:
+ #NCic.status -> map_unicode_to_tex:bool -> GrafiteAst.comment -> string
 
-val pp_executable: map_unicode_to_tex:bool -> GrafiteAst.code -> string
+val pp_executable:
+ #NCic.status -> map_unicode_to_tex:bool -> GrafiteAst.code -> string
 
 val pp_alias: GrafiteAst.alias_spec -> string
 
-val pp_statement: GrafiteAst.statement -> map_unicode_to_tex:bool -> string
+val pp_statement:
+ #NCic.status -> GrafiteAst.statement -> map_unicode_to_tex:bool -> string