aboutsummaryrefslogtreecommitdiff
path: root/lib/interface.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/interface.mli')
-rw-r--r--lib/interface.mli4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/interface.mli b/lib/interface.mli
index d54fb84760..3ff05f6f2e 100644
--- a/lib/interface.mli
+++ b/lib/interface.mli
@@ -135,7 +135,6 @@ type location = (int * int) option (* start and end of the error *)
type 'a value =
| Good of 'a
- | Unsafe of 'a
| Fail of (location * string)
(* Request/Reply message protocol between Coq and CoqIde *)
@@ -147,9 +146,8 @@ type 'a value =
The returned string contains the messages produced
but not the updated goals (they are
to be fetch by a separated [current_goals]). *)
-(* spiwack: [Inl] for safe and [Inr] for unsafe. *)
-type interp_rty = (string,string) Util.union
type interp_sty = edit_id * raw * verbose * string
+type interp_rty = string
(** Backtracking by at least a certain number of phrases.
No finished proofs will be re-opened. Instead,