aboutsummaryrefslogtreecommitdiff
path: root/proofs/proofview.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/proofview.mli')
-rw-r--r--proofs/proofview.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/proofs/proofview.mli b/proofs/proofview.mli
index 4536180e2e..a2a5746933 100644
--- a/proofs/proofview.mli
+++ b/proofs/proofview.mli
@@ -268,6 +268,10 @@ module V82 : sig
(* marks as unsafe if the argument is [false] *)
val put_status : bool -> unit tactic
+
+ (* exception for which it is deemed to be safe to transmute into
+ tactic failure. *)
+ val catchable_exception : exn -> bool
end