aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/stm.mli
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-01-23 22:21:11 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-02-15 20:45:28 +0100
commitfc6e78be83cef6e9b249ca146ef749ba90eb802c (patch)
tree4b5a23fd61588abf4a1bfc30a9a2abbd0fa459d9 /stm/stm.mli
parentfa9df2efe5666789bf91bb7761567cd53e6c451f (diff)
[stm] Reenable Show Script command.
We extend `Stm.vernac_interp` so it can handle the commands it should by level. This reenables `Show Script` handling, and this interpretation function should handle more commands in the future such as Load. However note that we must first refactor the parsing state handling a bit and remove the legacy `Stm.interp` before that.
Diffstat (limited to 'stm/stm.mli')
-rw-r--r--stm/stm.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/stm/stm.mli b/stm/stm.mli
index 36341a5d5..5d0d05d41 100644
--- a/stm/stm.mli
+++ b/stm/stm.mli
@@ -213,7 +213,6 @@ val interp : bool -> vernac_expr located -> unit
val current_proof_depth : unit -> int
val get_all_proof_names : unit -> Id.t list
val get_current_proof_name : unit -> Id.t option
-val show_script : ?proof:Proof_global.closed_proof -> unit -> unit
(* Hooks to be set by other Coq components in order to break file cycles *)
val process_error_hook : Future.fix_exn Hook.t