aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/coqloop.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/coqloop.mli')
-rw-r--r--toplevel/coqloop.mli7
1 files changed, 1 insertions, 6 deletions
diff --git a/toplevel/coqloop.mli b/toplevel/coqloop.mli
index eb61084e0..8a34ded6d 100644
--- a/toplevel/coqloop.mli
+++ b/toplevel/coqloop.mli
@@ -26,12 +26,7 @@ type input_buffer = {
val top_buffer : input_buffer
val set_prompt : (unit -> string) -> unit
-(** Toplevel error explanation, dealing with locations, Drop, Ctrl-D
- May raise only the following exceptions: [Drop] and [End_of_input],
- meaning we get out of the Coq loop. *)
-
-val print_toplevel_error : Exninfo.iexn -> std_ppcmds
-
+(** Toplevel feedback printer. *)
val coqloop_feed : Feedback.feedback -> unit
(** Parse and execute one vernac command. *)