aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ide/coq.mli')
-rw-r--r--ide/coq.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/ide/coq.mli b/ide/coq.mli
index f6f92a9a9..0b246b842 100644
--- a/ide/coq.mli
+++ b/ide/coq.mli
@@ -131,6 +131,8 @@ val mkcases : Interface.mkcases_sty -> Interface.mkcases_rty query
val search : Interface.search_sty -> Interface.search_rty query
val init : Interface.init_sty -> Interface.init_rty query
+val stop_worker: Interface.stop_worker_sty-> Interface.stop_worker_rty query
+
(** A specialized version of [raw_interp] dedicated to set/unset options. *)
module PrintOpt :