aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/coqtop.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-04 16:35:50 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-04 16:35:50 +0100
commit6b6cf6113dbeeb0edfd206589da1285631d22fb8 (patch)
treef6632c112f8c752719bf6ca0f1511fd33c07d791 /toplevel/coqtop.mli
parentf637fa599b6b7226d131738cf5db61fd694cb479 (diff)
parentae27de7dbce680e91353982bf23d568adca0d017 (diff)
Merge PR #6873: [toplevel] Update state when `Drop` exception is thrown [#6872]
Diffstat (limited to 'toplevel/coqtop.mli')
-rw-r--r--toplevel/coqtop.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/toplevel/coqtop.mli b/toplevel/coqtop.mli
index dedb298e2..510e10dd1 100644
--- a/toplevel/coqtop.mli
+++ b/toplevel/coqtop.mli
@@ -15,9 +15,6 @@ val init_toplevel : string list -> Vernac.State.t option * Coqargs.coq_cmdopts
val start : unit -> unit
-(* Last document seen after `Drop` *)
-val drop_last_doc : Vernac.State.t option ref
-
(* For other toploops *)
val toploop_init : (Coqargs.coq_cmdopts -> string list -> string list) ref
val toploop_run : (Coqargs.coq_cmdopts -> state:Vernac.State.t -> unit) ref