aboutsummaryrefslogtreecommitdiff
path: root/engine/proofview.mli
diff options
context:
space:
mode:
Diffstat (limited to 'engine/proofview.mli')
-rw-r--r--engine/proofview.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/engine/proofview.mli b/engine/proofview.mli
index d6ca94e405..764a4a0058 100644
--- a/engine/proofview.mli
+++ b/engine/proofview.mli
@@ -415,8 +415,6 @@ end
(** Checks for interrupts *)
val tclCHECKINTERRUPT : unit tactic
-exception Timeout
-
(** [tclTIMEOUT n t] can have only one success.
In case of timeout if fails with [tclZERO Timeout]. *)
val tclTIMEOUT : int -> 'a tactic -> 'a tactic