aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ide/coq.mli')
-rw-r--r--ide/coq.mli4
1 files changed, 1 insertions, 3 deletions
diff --git a/ide/coq.mli b/ide/coq.mli
index a9c41de62..cef5d4246 100644
--- a/ide/coq.mli
+++ b/ide/coq.mli
@@ -34,11 +34,9 @@ val coqtop_zombies : unit -> int
(** * Starting / signaling / ending a real coqtop sub-process *)
val spawn_coqtop : string list -> coqtop
+val respawn_coqtop : coqtop -> coqtop
val kill_coqtop : coqtop -> unit
val break_coqtop : coqtop -> unit
-val reset_coqtop : coqtop -> coqtop
-
-val process_exn : exn -> Ide_intf.location * string
(** In win32, we'll use a different kill function than Unix.kill *)