aboutsummaryrefslogtreecommitdiff
path: root/ide/interface.mli
diff options
context:
space:
mode:
authorEnrico Tassi2014-09-24 17:25:27 +0200
committerEnrico Tassi2014-09-29 21:54:31 +0200
commitec49447d078da25959d617ae23e55a668fdd1646 (patch)
treefa36169808ba6bcd886f9fa6e333a569e218717c /ide/interface.mli
parent7eeda1b1ffd93311965aa431ea64f0fb38e3b34d (diff)
CoqIDE: new message to print AST
Diffstat (limited to 'ide/interface.mli')
-rw-r--r--ide/interface.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/ide/interface.mli b/ide/interface.mli
index 4dca41a88d..43f728a1df 100644
--- a/ide/interface.mli
+++ b/ide/interface.mli
@@ -209,6 +209,8 @@ type interp_rty = state_id * (string,string) Util.union
type stop_worker_sty = string
type stop_worker_rty = unit
+type print_ast_sty = state_id
+type print_ast_rty = Xml_datatype.xml
type handler = {
add : add_sty -> add_rty;
@@ -224,6 +226,7 @@ type handler = {
mkcases : mkcases_sty -> mkcases_rty;
about : about_sty -> about_rty;
stop_worker : stop_worker_sty -> stop_worker_rty;
+ print_ast : print_ast_sty -> print_ast_rty;
handle_exn : handle_exn_sty -> handle_exn_rty;
init : init_sty -> init_rty;
quit : quit_sty -> quit_rty;