]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/grafiteAstPp.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_notation / grafiteAstPp.mli
index bf4d2cdab41dfbe2847a5c42f99da1e4ce16bb51..b8445095ff32ada3dcb419dab62d0920ce8f4f8b 100644 (file)
@@ -30,6 +30,7 @@ val pp_tactic:
 
 val pp_obj: GrafiteAst.obj -> string
 val pp_command: (CicNotationPt.term,GrafiteAst.obj) GrafiteAst.command -> string
+val pp_metadata: GrafiteAst.metadata -> string
 val pp_macro: ('a -> string) -> 'a GrafiteAst.macro -> string
 
 val pp_comment:
@@ -64,4 +65,5 @@ val pp_cic_command: (Cic.term,Cic.obj) GrafiteAst.command -> string
 
 val pp_dependency:  GrafiteAst.dependency -> string
 
-  
+val pp_cic_appl_pattern: CicNotationPt.cic_appl_pattern -> string
+