aboutsummaryrefslogtreecommitdiff
path: root/lib/interface.mli
diff options
context:
space:
mode:
authorEnrico Tassi2014-01-29 23:12:48 +0100
committerEnrico Tassi2014-01-30 17:29:33 +0100
commit8006b24c2611a075161224606906007aa2650dd8 (patch)
treeea74f645374ec69b6138c0eee514bdb801616b93 /lib/interface.mli
parent8c4b6ebb338c8a61c607782908254aadead0c3cd (diff)
STM + CoqIDE: stop_worker message and UI
Diffstat (limited to 'lib/interface.mli')
-rw-r--r--lib/interface.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/interface.mli b/lib/interface.mli
index da09593ba9..a089eb574c 100644
--- a/lib/interface.mli
+++ b/lib/interface.mli
@@ -241,6 +241,9 @@ type interp_sty = (raw * verbose) * string
(* spiwack: [Inl] for safe and [Inr] for unsafe. *)
type interp_rty = state_id * (string,string) Util.union
+type stop_worker_sty = int
+type stop_worker_rty = unit
+
type handler = {
add : add_sty -> add_rty;
@@ -256,6 +259,7 @@ type handler = {
inloadpath : inloadpath_sty -> inloadpath_rty;
mkcases : mkcases_sty -> mkcases_rty;
about : about_sty -> about_rty;
+ stop_worker : stop_worker_sty -> stop_worker_rty;
handle_exn : handle_exn_sty -> handle_exn_rty;
init : init_sty -> init_rty;
quit : quit_sty -> quit_rty;