X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FgrafiteAstPp.mli;h=b8445095ff32ada3dcb419dab62d0920ce8f4f8b;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=bf4d2cdab41dfbe2847a5c42f99da1e4ce16bb51;hpb=3e5a3049534e6b5a091598a079b61c91134650f1;p=helm.git diff --git a/helm/ocaml/cic_notation/grafiteAstPp.mli b/helm/ocaml/cic_notation/grafiteAstPp.mli index bf4d2cdab..b8445095f 100644 --- a/helm/ocaml/cic_notation/grafiteAstPp.mli +++ b/helm/ocaml/cic_notation/grafiteAstPp.mli @@ -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 +