]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAstPp.mli
some hacks to make the sequent window pretty nice
[helm.git] / helm / ocaml / cic_transformations / tacticAstPp.mli
index f9fe2b2b8e4a362a7e7397039593ec4ed72a8c2c..3308adf924c0bc2dbbd82d1423c18e1a4cd3366b 100644 (file)
@@ -26,6 +26,9 @@
 val pp_tactic: (CicAst.term, string) TacticAst.tactic -> string
 val pp_command: CicAst.term TacticAst.command -> string
 val pp_macro: ('a -> string) -> 'a TacticAst.macro -> string
+val pp_comment: (CicAst.term,string) TacticAst.comment -> string
+val pp_executable: (CicAst.term,string) TacticAst.code -> string
+val pp_statement: (CicAst.term,string) TacticAst.statement -> string
 val pp_macro_ast: CicAst.term TacticAst.macro -> string
 val pp_macro_cic: Cic.term TacticAst.macro -> string
 val pp_tactical: (CicAst.term, string) TacticAst.tactical -> string